Html Css Color HEX #AB28DA Dark Orchid

📋 copy color: '#AB28DA'

red 171 ◦ green 40 ◦ blue 218

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

Shades of Dark Orchid #AB28DA

Tints of Dark Orchid #AB28DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 39.86%
G = 9.32%
B = 50.82%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB28DA (or 0xAB28DA) is known color: Dark Orchid. HEX triplet: AB, 28 and DA. RGB value is (171,40,218). Sum of RGB (Red+Green+Blue) = 171+40+218=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB28DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28DA is #54D725. Grayscale: #626262. Windows color (decimal): -5560102 or 14297259. OLE color: 14297259.

HSL color Cylindrical-coordinate representation of color #AB28DA: hue angle of 284.16º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB28DA is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 40 218 -
CMYK 0.22 0.82 0 0.15
HSL 284.16º 0.71% 0.51% -
HSV(B) 284.16º 0.82% 0.85% -
XYZ 30.21 15.24 67.68 -
YUV 99.46 194.9 179.03 -
System Red Green Blue C M Y K H S L
Decimal 171 40 218 0.22 0.82 0 0.15 284.16 0.71 0.51
Hex AB 28 DA 16 52 0 F 11C 47 33
Octal 253 50 332 26 122 0 17 434 107 63
Binary 10101011 101000 11011010 10110 1010010 0 1111 100011100 1000111 110011

Color Harmonies of #AB28DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB28DA

Black with #AB28DA

Text Example


Text Example

White with #AB28DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB28DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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