Html Css Color HEX #A62FCA Dark Orchid

📋 copy color: '#A62FCA'

red 166 ◦ green 47 ◦ blue 202

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

Shades of Dark Orchid #A62FCA

Tints of Dark Orchid #A62FCA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.33%

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

R = 40%
G = 11.33%
B = 48.67%

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

#A62FCA (or 0xA62FCA) is known color: Dark Orchid. HEX triplet: A6, 2F and CA. RGB value is (166,47,202). Sum of RGB (Red+Green+Blue) = 166+47+202=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #A62FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62FCA is #59D035. Grayscale: #636363. Windows color (decimal): -5886006 or 13250470. OLE color: 13250470.

HSL color Cylindrical-coordinate representation of color #A62FCA: hue angle of 286.06º degrees, saturation: 0.62, 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 #A62FCA is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 47 202 -
CMYK 0.18 0.77 0 0.21
HSL 286.06º 0.62% 0.49% -
HSV(B) 286.06º 0.77% 0.79% -
XYZ 27.4 14.4 57.21 -
YUV 100.25 185.42 174.9 -
System Red Green Blue C M Y K H S L
Decimal 166 47 202 0.18 0.77 0 0.21 286.06 0.62 0.49
Hex A6 2F CA 12 4D 0 15 11E 3E 31
Octal 246 57 312 22 115 0 25 436 76 61
Binary 10100110 101111 11001010 10010 1001101 0 10101 100011110 111110 110001

Color Harmonies of #A62FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62FCA

Black with #A62FCA

Text Example


Text Example

White with #A62FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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