Html Css Color HEX #AB32C8 Dark Orchid

📋 copy color: '#AB32C8'

red 171 ◦ green 50 ◦ blue 200

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

Shades of Dark Orchid #AB32C8

Tints of Dark Orchid #AB32C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.51%

R = 40.62%
G = 11.88%
B = 47.51%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB32C8 (or 0xAB32C8) is known color: Dark Orchid. HEX triplet: AB, 32 and C8. RGB value is (171,50,200). Sum of RGB (Red+Green+Blue) = 171+50+200=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 200 (78.52% from 255 or 47.51% from 421); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB32C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32C8 is #54CD37. Grayscale: #666666. Windows color (decimal): -5557560 or 13120171. OLE color: 13120171.

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

Color convert

RGB 171 50 200 -
CMYK 0.14 0.75 0 0.22
HSL 288.4º 0.6% 0.49% -
HSV(B) 288.4º 0.75% 0.78% -
XYZ 28.36 15.11 56.07 -
YUV 103.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 171 50 200 0.14 0.75 0 0.22 288.4 0.6 0.49
Hex AB 32 C8 E 4B 0 16 120 3C 31
Octal 253 62 310 16 113 0 26 440 74 61
Binary 10101011 110010 11001000 1110 1001011 0 10110 100100000 111100 110001

Color Harmonies of #AB32C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB32C8

Black with #AB32C8

Text Example


Text Example

White with #AB32C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB32C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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