Html Css Color HEX #AB28CC Dark Orchid

📋 copy color: '#AB28CC'

red 171 ◦ green 40 ◦ blue 204

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

Shades of Dark Orchid #AB28CC

Tints of Dark Orchid #AB28CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 41.2%
G = 9.64%
B = 49.16%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB28CC (or 0xAB28CC) is known color: Dark Orchid. HEX triplet: AB, 28 and CC. RGB value is (171,40,204). Sum of RGB (Red+Green+Blue) = 171+40+204=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB28CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28CC is #54D733. Grayscale: #616161. Windows color (decimal): -5560116 or 13379755. OLE color: 13379755.

HSL color Cylindrical-coordinate representation of color #AB28CC: hue angle of 287.93º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB28CC is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 40 204 -
CMYK 0.16 0.80 0 0.2
HSL 287.93º 0.67% 0.48% -
HSV(B) 287.93º 0.8% 0.8% -
XYZ 28.45 14.54 58.43 -
YUV 97.87 187.9 180.16 -
System Red Green Blue C M Y K H S L
Decimal 171 40 204 0.16 0.80 0 0.2 287.93 0.67 0.48
Hex AB 28 CC 10 50 0 14 120 43 30
Octal 253 50 314 20 120 0 24 440 103 60
Binary 10101011 101000 11001100 10000 1010000 0 10100 100100000 1000011 110000

Color Harmonies of #AB28CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB28CC

Black with #AB28CC

Text Example


Text Example

White with #AB28CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB28CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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