Html Css Color HEX #A533BA Dark Orchid

📋 copy color: '#A533BA'

red 165 ◦ green 51 ◦ blue 186

#A533BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A533BA

Tints of Dark Orchid #A533BA

RGB

 RED value IS 165 (64.84% from 255) = 41.04%

 GREEN value IS 51 (20.31% from 255) = 12.69%

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 41.04%
G = 12.69%
B = 46.27%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A533BA (or 0xA533BA) is known color: Dark Orchid. HEX triplet: A5, 33 and BA. RGB value is (165,51,186). Sum of RGB (Red+Green+Blue) = 165+51+186=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #A533BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A533BA is #5ACC45. Grayscale: #646464. Windows color (decimal): -5950534 or 12202917. OLE color: 12202917.

HSL color Cylindrical-coordinate representation of color #A533BA: hue angle of 290.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A533BA is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 51 186 -
CMYK 0.11 0.73 0 0.27
HSL 290.67º 0.57% 0.46% -
HSV(B) 290.67º 0.73% 0.73% -
XYZ 25.56 13.91 47.79 -
YUV 100.48 176.27 174.02 -
System Red Green Blue C M Y K H S L
Decimal 165 51 186 0.11 0.73 0 0.27 290.67 0.57 0.46
Hex A5 33 BA B 49 0 1B 123 39 2E
Octal 245 63 272 13 111 0 33 443 71 56
Binary 10100101 110011 10111010 1011 1001001 0 11011 100100011 111001 101110

Color Harmonies of #A533BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A533BA

Black with #A533BA

Text Example


Text Example

White with #A533BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A533BA; }

 p { color: rgb(165,51,186); }

 H1.HeaderClassName
 {
   color: #A533BA;
 }
 .AnyTagClassName
 {
   color: #A533BA;
 }
</style>

background-color css

<style>
 a { background-color: #A533BA; }

 a { background-color: rgb(165,51,186); }

 div.DivClassName
 {
   background-color: #A533BA;
 }
 .BgClassName
 {
   background-color: #A533BA;
 }
</style>

border-color css

<style>
 span { border-color: #A533BA; }

 span { border-color: rgb(165,51,186); }

 td.TdClassName
 {
   border-color: #A533BA;
 }
 .TagClassName
 {
   border-color: #A533BA;
 }
</style>