Html Css Color HEX #AB28C8 Dark Orchid

📋 copy color: '#AB28C8'

red 171 ◦ green 40 ◦ blue 200

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

Shades of Dark Orchid #AB28C8

Tints of Dark Orchid #AB28C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.66%

R = 41.61%
G = 9.73%
B = 48.66%

CMYK

 C value IS 0.14

 M value IS 0.8

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB28C8 (or 0xAB28C8) is known color: Dark Orchid. HEX triplet: AB, 28 and C8. RGB value is (171,40,200). Sum of RGB (Red+Green+Blue) = 171+40+200=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB28C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28C8 is #54D737. Grayscale: #606060. Windows color (decimal): -5560120 or 13117611. OLE color: 13117611.

HSL color Cylindrical-coordinate representation of color #AB28C8: hue angle of 289.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB28C8 is Cyan = 0.14, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 40 200 -
CMYK 0.14 0.8 0 0.22
HSL 289.13º 0.67% 0.47% -
HSV(B) 289.13º 0.8% 0.78% -
XYZ 27.98 14.35 55.94 -
YUV 97.41 185.9 180.49 -
System Red Green Blue C M Y K H S L
Decimal 171 40 200 0.14 0.8 0 0.22 289.13 0.67 0.47
Hex AB 28 C8 E 50 0 16 121 43 2F
Octal 253 50 310 16 120 0 26 441 103 57
Binary 10101011 101000 11001000 1110 1010000 0 10110 100100001 1000011 101111

Color Harmonies of #AB28C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB28C8

Black with #AB28C8

Text Example


Text Example

White with #AB28C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB28C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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