Html Css Color HEX #A62ECA Dark Orchid

📋 copy color: '#A62ECA'

red 166 ◦ green 46 ◦ blue 202

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

Shades of Dark Orchid #A62ECA

Tints of Dark Orchid #A62ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.79%

R = 40.1%
G = 11.11%
B = 48.79%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A62ECA (or 0xA62ECA) is known color: Dark Orchid. HEX triplet: A6, 2E and CA. RGB value is (166,46,202). Sum of RGB (Red+Green+Blue) = 166+46+202=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #A62ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ECA is #59D135. Grayscale: #636363. Windows color (decimal): -5886262 or 13250214. OLE color: 13250214.

HSL color Cylindrical-coordinate representation of color #A62ECA: hue angle of 286.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62ECA is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 46 202 -
CMYK 0.18 0.77 0 0.21
HSL 286.15º 0.63% 0.49% -
HSV(B) 286.15º 0.77% 0.79% -
XYZ 27.36 14.33 57.2 -
YUV 99.66 185.76 175.32 -
System Red Green Blue C M Y K H S L
Decimal 166 46 202 0.18 0.77 0 0.21 286.15 0.63 0.49
Hex A6 2E CA 12 4D 0 15 11E 3F 31
Octal 246 56 312 22 115 0 25 436 77 61
Binary 10100110 101110 11001010 10010 1001101 0 10101 100011110 111111 110001

Color Harmonies of #A62ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62ECA

Black with #A62ECA

Text Example


Text Example

White with #A62ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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