Html Css Color HEX #AB28CD Dark Orchid

📋 copy color: '#AB28CD'

red 171 ◦ green 40 ◦ blue 205

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

Shades of Dark Orchid #AB28CD

Tints of Dark Orchid #AB28CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 41.11%
G = 9.62%
B = 49.28%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB28CD (or 0xAB28CD) is known color: Dark Orchid. HEX triplet: AB, 28 and CD. RGB value is (171,40,205). Sum of RGB (Red+Green+Blue) = 171+40+205=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB28CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28CD is #54D732. Grayscale: #616161. Windows color (decimal): -5560115 or 13445291. OLE color: 13445291.

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

Color convert

RGB 171 40 205 -
CMYK 0.17 0.80 0 0.20
HSL 287.64º 0.67% 0.48% -
HSV(B) 287.64º 0.8% 0.8% -
XYZ 28.57 14.58 59.07 -
YUV 97.98 188.4 180.08 -
System Red Green Blue C M Y K H S L
Decimal 171 40 205 0.17 0.80 0 0.20 287.64 0.67 0.48
Hex AB 28 CD 11 50 0 14 120 43 30
Octal 253 50 315 21 120 0 24 440 103 60
Binary 10101011 101000 11001101 10001 1010000 0 10100 100100000 1000011 110000

Color Harmonies of #AB28CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB28CD

Black with #AB28CD

Text Example


Text Example

White with #AB28CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB28CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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