Html Css Color HEX #AB28D6 Dark Orchid

📋 copy color: '#AB28D6'

red 171 ◦ green 40 ◦ blue 214

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

Shades of Dark Orchid #AB28D6

Tints of Dark Orchid #AB28D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.35%

R = 40.24%
G = 9.41%
B = 50.35%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB28D6 (or 0xAB28D6) is known color: Dark Orchid. HEX triplet: AB, 28 and D6. RGB value is (171,40,214). Sum of RGB (Red+Green+Blue) = 171+40+214=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB28D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28D6 is #54D729. Grayscale: #626262. Windows color (decimal): -5560106 or 14035115. OLE color: 14035115.

HSL color Cylindrical-coordinate representation of color #AB28D6: hue angle of 285.17º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB28D6 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 40 214 -
CMYK 0.20 0.81 0 0.16
HSL 285.17º 0.69% 0.5% -
HSV(B) 285.17º 0.81% 0.84% -
XYZ 29.69 15.03 64.95 -
YUV 99.01 192.9 179.35 -
System Red Green Blue C M Y K H S L
Decimal 171 40 214 0.20 0.81 0 0.16 285.17 0.69 0.5
Hex AB 28 D6 14 51 0 10 11D 45 32
Octal 253 50 326 24 121 0 20 435 105 62
Binary 10101011 101000 11010110 10100 1010001 0 10000 100011101 1000101 110010

Color Harmonies of #AB28D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB28D6

Black with #AB28D6

Text Example


Text Example

White with #AB28D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB28D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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