Html Css Color HEX #AB28AB Dark Orchid

📋 copy color: '#AB28AB'

red 171 ◦ green 40 ◦ blue 171

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

Shades of Dark Orchid #AB28AB

Tints of Dark Orchid #AB28AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 44.76%
G = 10.47%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB28AB (or 0xAB28AB) is known color: Dark Orchid. HEX triplet: AB, 28 and AB. RGB value is (171,40,171). Sum of RGB (Red+Green+Blue) = 171+40+171=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB28AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB28AB is #54D754. Grayscale: #5D5D5D. Windows color (decimal): -5560149 or 11217067. OLE color: 11217067.

HSL color Cylindrical-coordinate representation of color #AB28AB: hue angle of 300º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB28AB is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 40 171 -
CMYK 0 0.77 0 0.33
HSL 300º 0.62% 0.41% -
HSV(B) 300º 0.77% 0.67% -
XYZ 24.9 13.12 39.75 -
YUV 94.1 171.4 182.85 -
System Red Green Blue C M Y K H S L
Decimal 171 40 171 0 0.77 0 0.33 300 0.62 0.41
Hex AB 28 AB 0 4D 0 21 12C 3E 29
Octal 253 50 253 0 115 0 41 454 76 51
Binary 10101011 101000 10101011 0 1001101 0 100001 100101100 111110 101001

Color Harmonies of #AB28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB28AB

Black with #AB28AB

Text Example


Text Example

White with #AB28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB28AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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