Html Css Color HEX #A62EDB Dark Orchid

📋 copy color: '#A62EDB'

red 166 ◦ green 46 ◦ blue 219

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

Shades of Dark Orchid #A62EDB

Tints of Dark Orchid #A62EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.67%

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

R = 38.52%
G = 10.67%
B = 50.81%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A62EDB (or 0xA62EDB) is known color: Dark Orchid. HEX triplet: A6, 2E and DB. RGB value is (166,46,219). Sum of RGB (Red+Green+Blue) = 166+46+219=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #A62EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62EDB is #59D124. Grayscale: #656565. Windows color (decimal): -5886245 or 14364326. OLE color: 14364326.

HSL color Cylindrical-coordinate representation of color #A62EDB: hue angle of 281.62º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62EDB is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 46 219 -
CMYK 0.24 0.79 0 0.14
HSL 281.62º 0.71% 0.52% -
HSV(B) 281.62º 0.79% 0.86% -
XYZ 29.49 15.18 68.39 -
YUV 101.6 194.26 173.93 -
System Red Green Blue C M Y K H S L
Decimal 166 46 219 0.24 0.79 0 0.14 281.62 0.71 0.52
Hex A6 2E DB 18 4F 0 E 11A 47 34
Octal 246 56 333 30 117 0 16 432 107 64
Binary 10100110 101110 11011011 11000 1001111 0 1110 100011010 1000111 110100

Color Harmonies of #A62EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62EDB

Black with #A62EDB

Text Example


Text Example

White with #A62EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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