Html Css Color HEX #AB23DB Dark Orchid

📋 copy color: '#AB23DB'

red 171 ◦ green 35 ◦ blue 219

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

Shades of Dark Orchid #AB23DB

Tints of Dark Orchid #AB23DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.24%

 BLUE value IS 219 (85.94% from 255) = 51.53%

R = 40.24%
G = 8.24%
B = 51.53%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB23DB (or 0xAB23DB) is known color: Dark Orchid. HEX triplet: AB, 23 and DB. RGB value is (171,35,219). Sum of RGB (Red+Green+Blue) = 171+35+219=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB23DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB23DB is #54DC24. Grayscale: #606060. Windows color (decimal): -5561381 or 14361515. OLE color: 14361515.

HSL color Cylindrical-coordinate representation of color #AB23DB: hue angle of 284.35º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB23DB is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 35 219 -
CMYK 0.22 0.84 0 0.14
HSL 284.35º 0.72% 0.5% -
HSV(B) 284.35º 0.84% 0.86% -
XYZ 30.18 14.97 68.32 -
YUV 96.64 197.06 181.04 -
System Red Green Blue C M Y K H S L
Decimal 171 35 219 0.22 0.84 0 0.14 284.35 0.72 0.5
Hex AB 23 DB 16 54 0 E 11C 48 32
Octal 253 43 333 26 124 0 16 434 110 62
Binary 10101011 100011 11011011 10110 1010100 0 1110 100011100 1001000 110010

Color Harmonies of #AB23DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB23DB

Black with #AB23DB

Text Example


Text Example

White with #AB23DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB23DB; }

 p { color: rgb(171,35,219); }

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

background-color css

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

 a { background-color: rgb(171,35,219); }

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

border-color css

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

 span { border-color: rgb(171,35,219); }

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