Html Css Color HEX #AB28E1 Dark Orchid

📋 copy color: '#AB28E1'

red 171 ◦ green 40 ◦ blue 225

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

Shades of Dark Orchid #AB28E1

Tints of Dark Orchid #AB28E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.61%

R = 39.22%
G = 9.17%
B = 51.61%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB28E1 (or 0xAB28E1) is known color: Dark Orchid. HEX triplet: AB, 28 and E1. RGB value is (171,40,225). Sum of RGB (Red+Green+Blue) = 171+40+225=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB28E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28E1 is #54D71E. Grayscale: #636363. Windows color (decimal): -5560095 or 14756011. OLE color: 14756011.

HSL color Cylindrical-coordinate representation of color #AB28E1: hue angle of 282.49º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB28E1 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 40 225 -
CMYK 0.24 0.82 0 0.12
HSL 282.49º 0.76% 0.52% -
HSV(B) 282.49º 0.82% 0.88% -
XYZ 31.14 15.61 72.61 -
YUV 100.26 198.4 178.46 -
System Red Green Blue C M Y K H S L
Decimal 171 40 225 0.24 0.82 0 0.12 282.49 0.76 0.52
Hex AB 28 E1 18 52 0 C 11A 4C 34
Octal 253 50 341 30 122 0 14 432 114 64
Binary 10101011 101000 11100001 11000 1010010 0 1100 100011010 1001100 110100

Color Harmonies of #AB28E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB28E1

Black with #AB28E1

Text Example


Text Example

White with #AB28E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB28E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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