Html Css Color HEX #A62CE6 Dark Orchid

📋 copy color: '#A62CE6'

red 166 ◦ green 44 ◦ blue 230

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

Shades of Dark Orchid #A62CE6

Tints of Dark Orchid #A62CE6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10%

 BLUE value IS 230 (90.23% from 255) = 52.27%

R = 37.73%
G = 10%
B = 52.27%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A62CE6 (or 0xA62CE6) is known color: Dark Orchid. HEX triplet: A6, 2C and E6. RGB value is (166,44,230). Sum of RGB (Red+Green+Blue) = 166+44+230=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 230 (90.23% from 255 or 52.27% from 440); Max value from RGB is 230 - color contains mainly: blue. Hex color #A62CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62CE6 is #59D319. Grayscale: #656565. Windows color (decimal): -5886746 or 15084710. OLE color: 15084710.

HSL color Cylindrical-coordinate representation of color #A62CE6: hue angle of 279.35º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62CE6 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 44 230 -
CMYK 0.28 0.81 0 0.10
HSL 279.35º 0.79% 0.54% -
HSV(B) 279.35º 0.81% 0.9% -
XYZ 30.91 15.62 76.25 -
YUV 101.68 200.42 173.88 -
System Red Green Blue C M Y K H S L
Decimal 166 44 230 0.28 0.81 0 0.10 279.35 0.79 0.54
Hex A6 2C E6 1C 51 0 A 117 4F 36
Octal 246 54 346 34 121 0 12 427 117 66
Binary 10100110 101100 11100110 11100 1010001 0 1010 100010111 1001111 110110

Color Harmonies of #A62CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62CE6

Black with #A62CE6

Text Example


Text Example

White with #A62CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62CE6; }

 p { color: rgb(166,44,230); }

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

background-color css

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

 a { background-color: rgb(166,44,230); }

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

border-color css

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

 span { border-color: rgb(166,44,230); }

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