Html Css Color HEX #A023DB Dark Orchid

📋 copy color: '#A023DB'

red 160 ◦ green 35 ◦ blue 219

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

Shades of Dark Orchid #A023DB

Tints of Dark Orchid #A023DB

RGB

 RED value IS 160 (62.89% from 255) = 38.65%

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

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

R = 38.65%
G = 8.45%
B = 52.9%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A023DB (or 0xA023DB) is known color: Dark Orchid. HEX triplet: A0, 23 and DB. RGB value is (160,35,219). Sum of RGB (Red+Green+Blue) = 160+35+219=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #A023DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A023DB is #5FDC24. Grayscale: #5C5C5C. Windows color (decimal): -6282277 or 14361504. OLE color: 14361504.

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

Color convert

RGB 160 35 219 -
CMYK 0.27 0.84 0 0.14
HSL 280.76º 0.72% 0.5% -
HSV(B) 280.76º 0.84% 0.86% -
XYZ 27.88 13.79 68.21 -
YUV 93.35 198.91 175.54 -
System Red Green Blue C M Y K H S L
Decimal 160 35 219 0.27 0.84 0 0.14 280.76 0.72 0.5
Hex A0 23 DB 1B 54 0 E 119 48 32
Octal 240 43 333 33 124 0 16 431 110 62
Binary 10100000 100011 11011011 11011 1010100 0 1110 100011001 1001000 110010

Color Harmonies of #A023DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A023DB

Black with #A023DB

Text Example


Text Example

White with #A023DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A023DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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