Html Css Color HEX #A62FC0 Dark Orchid

📋 copy color: '#A62FC0'

red 166 ◦ green 47 ◦ blue 192

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

Shades of Dark Orchid #A62FC0

Tints of Dark Orchid #A62FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.41%

R = 40.99%
G = 11.6%
B = 47.41%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A62FC0 (or 0xA62FC0) is known color: Dark Orchid. HEX triplet: A6, 2F and C0. RGB value is (166,47,192). Sum of RGB (Red+Green+Blue) = 166+47+192=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #A62FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62FC0 is #59D03F. Grayscale: #626262. Windows color (decimal): -5886016 or 12595110. OLE color: 12595110.

HSL color Cylindrical-coordinate representation of color #A62FC0: hue angle of 289.24º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62FC0 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 47 192 -
CMYK 0.14 0.76 0 0.25
HSL 289.24º 0.61% 0.47% -
HSV(B) 289.24º 0.76% 0.75% -
XYZ 26.26 13.95 51.18 -
YUV 99.11 180.42 175.71 -
System Red Green Blue C M Y K H S L
Decimal 166 47 192 0.14 0.76 0 0.25 289.24 0.61 0.47
Hex A6 2F C0 E 4C 0 19 121 3D 2F
Octal 246 57 300 16 114 0 31 441 75 57
Binary 10100110 101111 11000000 1110 1001100 0 11001 100100001 111101 101111

Color Harmonies of #A62FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62FC0

Black with #A62FC0

Text Example


Text Example

White with #A62FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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