Html Css Color HEX #AB32CA Dark Orchid

📋 copy color: '#AB32CA'

red 171 ◦ green 50 ◦ blue 202

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

Shades of Dark Orchid #AB32CA

Tints of Dark Orchid #AB32CA

RGB

 RED value IS 171 (67.19% from 255) = 40.43%

 GREEN value IS 50 (19.92% from 255) = 11.82%

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 40.43%
G = 11.82%
B = 47.75%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB32CA (or 0xAB32CA) is known color: Dark Orchid. HEX triplet: AB, 32 and CA. RGB value is (171,50,202). Sum of RGB (Red+Green+Blue) = 171+50+202=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB32CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32CA is #54CD35. Grayscale: #676767. Windows color (decimal): -5557558 or 13251243. OLE color: 13251243.

HSL color Cylindrical-coordinate representation of color #AB32CA: hue angle of 287.76º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB32CA is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 50 202 -
CMYK 0.15 0.75 0 0.21
HSL 287.76º 0.6% 0.49% -
HSV(B) 287.76º 0.75% 0.79% -
XYZ 28.6 15.2 57.3 -
YUV 103.51 183.59 176.14 -
System Red Green Blue C M Y K H S L
Decimal 171 50 202 0.15 0.75 0 0.21 287.76 0.6 0.49
Hex AB 32 CA F 4B 0 15 120 3C 31
Octal 253 62 312 17 113 0 25 440 74 61
Binary 10101011 110010 11001010 1111 1001011 0 10101 100100000 111100 110001

Color Harmonies of #AB32CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB32CA

Black with #AB32CA

Text Example


Text Example

White with #AB32CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB32CA; }

 p { color: rgb(171,50,202); }

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

background-color css

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

 a { background-color: rgb(171,50,202); }

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

border-color css

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

 span { border-color: rgb(171,50,202); }

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