Html Css Color HEX #A026DB Dark Orchid

📋 copy color: '#A026DB'

red 160 ◦ green 38 ◦ blue 219

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

Shades of Dark Orchid #A026DB

Tints of Dark Orchid #A026DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.11%

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

R = 38.37%
G = 9.11%
B = 52.52%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A026DB (or 0xA026DB) is known color: Dark Orchid. HEX triplet: A0, 26 and DB. RGB value is (160,38,219). Sum of RGB (Red+Green+Blue) = 160+38+219=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #A026DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A026DB is #5FD924. Grayscale: #5E5E5E. Windows color (decimal): -6281509 or 14362272. OLE color: 14362272.

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

Color convert

RGB 160 38 219 -
CMYK 0.27 0.83 0 0.14
HSL 280.44º 0.72% 0.5% -
HSV(B) 280.44º 0.83% 0.86% -
XYZ 27.98 13.97 68.24 -
YUV 95.11 197.92 174.28 -
System Red Green Blue C M Y K H S L
Decimal 160 38 219 0.27 0.83 0 0.14 280.44 0.72 0.5
Hex A0 26 DB 1B 53 0 E 118 48 32
Octal 240 46 333 33 123 0 16 430 110 62
Binary 10100000 100110 11011011 11011 1010011 0 1110 100011000 1001000 110010

Color Harmonies of #A026DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A026DB

Black with #A026DB

Text Example


Text Example

White with #A026DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A026DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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