Html Css Color HEX #A626DB Dark Orchid

📋 copy color: '#A626DB'

red 166 ◦ green 38 ◦ blue 219

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

Shades of Dark Orchid #A626DB

Tints of Dark Orchid #A626DB

RGB

 RED value IS 166 (65.23% from 255) = 39.24%

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

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

R = 39.24%
G = 8.98%
B = 51.77%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A626DB (or 0xA626DB) is known color: Dark Orchid. HEX triplet: A6, 26 and DB. RGB value is (166,38,219). Sum of RGB (Red+Green+Blue) = 166+38+219=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #A626DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A626DB is #59D924. Grayscale: #606060. Windows color (decimal): -5888293 or 14362278. OLE color: 14362278.

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

Color convert

RGB 166 38 219 -
CMYK 0.24 0.83 0 0.14
HSL 282.43º 0.72% 0.5% -
HSV(B) 282.43º 0.83% 0.86% -
XYZ 29.21 14.61 68.3 -
YUV 96.91 196.91 177.28 -
System Red Green Blue C M Y K H S L
Decimal 166 38 219 0.24 0.83 0 0.14 282.43 0.72 0.5
Hex A6 26 DB 18 53 0 E 11A 48 32
Octal 246 46 333 30 123 0 16 432 110 62
Binary 10100110 100110 11011011 11000 1010011 0 1110 100011010 1001000 110010

Color Harmonies of #A626DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A626DB

Black with #A626DB

Text Example


Text Example

White with #A626DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A626DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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