Html Css Color HEX #A62CCA Dark Orchid

📋 copy color: '#A62CCA'

red 166 ◦ green 44 ◦ blue 202

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

Shades of Dark Orchid #A62CCA

Tints of Dark Orchid #A62CCA

RGB

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

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

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

R = 40.29%
G = 10.68%
B = 49.03%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A62CCA (or 0xA62CCA) is known color: Dark Orchid. HEX triplet: A6, 2C and CA. RGB value is (166,44,202). Sum of RGB (Red+Green+Blue) = 166+44+202=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #A62CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62CCA is #59D335. Grayscale: #616161. Windows color (decimal): -5886774 or 13249702. OLE color: 13249702.

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

Color convert

RGB 166 44 202 -
CMYK 0.18 0.78 0 0.21
HSL 286.33º 0.64% 0.48% -
HSV(B) 286.33º 0.78% 0.79% -
XYZ 27.29 14.17 57.17 -
YUV 98.49 186.42 176.15 -
System Red Green Blue C M Y K H S L
Decimal 166 44 202 0.18 0.78 0 0.21 286.33 0.64 0.48
Hex A6 2C CA 12 4E 0 15 11E 40 30
Octal 246 54 312 22 116 0 25 436 100 60
Binary 10100110 101100 11001010 10010 1001110 0 10101 100011110 1000000 110000

Color Harmonies of #A62CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62CCA

Black with #A62CCA

Text Example


Text Example

White with #A62CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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