Html Css Color HEX #AB28C7 Dark Orchid

📋 copy color: '#AB28C7'

red 171 ◦ green 40 ◦ blue 199

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

Shades of Dark Orchid #AB28C7

Tints of Dark Orchid #AB28C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.54%

R = 41.71%
G = 9.76%
B = 48.54%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB28C7 (or 0xAB28C7) is known color: Dark Orchid. HEX triplet: AB, 28 and C7. RGB value is (171,40,199). Sum of RGB (Red+Green+Blue) = 171+40+199=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 199 (78.12% from 255 or 48.54% from 410); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB28C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28C7 is #54D738. Grayscale: #606060. Windows color (decimal): -5560121 or 13052075. OLE color: 13052075.

HSL color Cylindrical-coordinate representation of color #AB28C7: hue angle of 289.43º 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 #AB28C7 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 40 199 -
CMYK 0.14 0.80 0 0.22
HSL 289.43º 0.67% 0.47% -
HSV(B) 289.43º 0.8% 0.78% -
XYZ 27.86 14.3 55.32 -
YUV 97.3 185.4 180.57 -
System Red Green Blue C M Y K H S L
Decimal 171 40 199 0.14 0.80 0 0.22 289.43 0.67 0.47
Hex AB 28 C7 E 50 0 16 121 43 2F
Octal 253 50 307 16 120 0 26 441 103 57
Binary 10101011 101000 11000111 1110 1010000 0 10110 100100001 1000011 101111

Color Harmonies of #AB28C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB28C7

Black with #AB28C7

Text Example


Text Example

White with #AB28C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB28C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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