Html Css Color HEX #A620E0 Dark Orchid

📋 copy color: '#A620E0'

red 166 ◦ green 32 ◦ blue 224

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

Shades of Dark Orchid #A620E0

Tints of Dark Orchid #A620E0

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.58%

 BLUE value IS 224 (87.89% from 255) = 53.08%

R = 39.34%
G = 7.58%
B = 53.08%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A620E0 (or 0xA620E0) is known color: Dark Orchid. HEX triplet: A6, 20 and E0. RGB value is (166,32,224). Sum of RGB (Red+Green+Blue) = 166+32+224=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #A620E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A620E0 is #59DF1F. Grayscale: #5D5D5D. Windows color (decimal): -5889824 or 14688422. OLE color: 14688422.

HSL color Cylindrical-coordinate representation of color #A620E0: hue angle of 281.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A620E0 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 32 224 -
CMYK 0.26 0.86 0 0.12
HSL 281.88º 0.76% 0.5% -
HSV(B) 281.88º 0.86% 0.88% -
XYZ 29.7 14.52 71.76 -
YUV 93.95 201.39 179.39 -
System Red Green Blue C M Y K H S L
Decimal 166 32 224 0.26 0.86 0 0.12 281.88 0.76 0.5
Hex A6 20 E0 1A 56 0 C 11A 4C 32
Octal 246 40 340 32 126 0 14 432 114 62
Binary 10100110 100000 11100000 11010 1010110 0 1100 100011010 1001100 110010

Color Harmonies of #A620E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A620E0

Black with #A620E0

Text Example


Text Example

White with #A620E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A620E0; }

 p { color: rgb(166,32,224); }

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

background-color css

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

 a { background-color: rgb(166,32,224); }

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

border-color css

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

 span { border-color: rgb(166,32,224); }

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