Html Css Color HEX #AB42CB Dark Orchid

📋 copy color: '#AB42CB'

red 171 ◦ green 66 ◦ blue 203

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

Shades of Dark Orchid #AB42CB

Tints of Dark Orchid #AB42CB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15%

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 38.86%
G = 15%
B = 46.14%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB42CB (or 0xAB42CB) is known color: Dark Orchid. HEX triplet: AB, 42 and CB. RGB value is (171,66,203). Sum of RGB (Red+Green+Blue) = 171+66+203=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB42CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42CB is #54BD34. Grayscale: #707070. Windows color (decimal): -5553461 or 13320875. OLE color: 13320875.

HSL color Cylindrical-coordinate representation of color #AB42CB: hue angle of 285.99º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB42CB is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 66 203 -
CMYK 0.16 0.67 0 0.20
HSL 285.99º 0.57% 0.53% -
HSV(B) 285.99º 0.67% 0.8% -
XYZ 29.52 16.87 58.2 -
YUV 113.01 178.79 169.36 -
System Red Green Blue C M Y K H S L
Decimal 171 66 203 0.16 0.67 0 0.20 285.99 0.57 0.53
Hex AB 42 CB 10 43 0 14 11E 39 35
Octal 253 102 313 20 103 0 24 436 71 65
Binary 10101011 1000010 11001011 10000 1000011 0 10100 100011110 111001 110101

Color Harmonies of #AB42CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42CB

Black with #AB42CB

Text Example


Text Example

White with #AB42CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42CB; }

 p { color: rgb(171,66,203); }

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

background-color css

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

 a { background-color: rgb(171,66,203); }

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

border-color css

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

 span { border-color: rgb(171,66,203); }

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