Html Css Color HEX #AB28CB Dark Orchid

📋 copy color: '#AB28CB'

red 171 ◦ green 40 ◦ blue 203

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

Shades of Dark Orchid #AB28CB

Tints of Dark Orchid #AB28CB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.66%

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

R = 41.3%
G = 9.66%
B = 49.03%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB28CB (or 0xAB28CB) is known color: Dark Orchid. HEX triplet: AB, 28 and CB. RGB value is (171,40,203). Sum of RGB (Red+Green+Blue) = 171+40+203=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB28CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28CB is #54D734. Grayscale: #616161. Windows color (decimal): -5560117 or 13314219. OLE color: 13314219.

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

Color convert

RGB 171 40 203 -
CMYK 0.16 0.80 0 0.20
HSL 288.22º 0.67% 0.48% -
HSV(B) 288.22º 0.8% 0.8% -
XYZ 28.33 14.49 57.8 -
YUV 97.75 187.4 180.25 -
System Red Green Blue C M Y K H S L
Decimal 171 40 203 0.16 0.80 0 0.20 288.22 0.67 0.48
Hex AB 28 CB 10 50 0 14 120 43 30
Octal 253 50 313 20 120 0 24 440 103 60
Binary 10101011 101000 11001011 10000 1010000 0 10100 100100000 1000011 110000

Color Harmonies of #AB28CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB28CB

Black with #AB28CB

Text Example


Text Example

White with #AB28CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB28CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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