Html Css Color HEX #A62BCE Dark Orchid

📋 copy color: '#A62BCE'

red 166 ◦ green 43 ◦ blue 206

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

Shades of Dark Orchid #A62BCE

Tints of Dark Orchid #A62BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.36%

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 40%
G = 10.36%
B = 49.64%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A62BCE (or 0xA62BCE) is known color: Dark Orchid. HEX triplet: A6, 2B and CE. RGB value is (166,43,206). Sum of RGB (Red+Green+Blue) = 166+43+206=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #A62BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62BCE is #59D431. Grayscale: #616161. Windows color (decimal): -5887026 or 13511590. OLE color: 13511590.

HSL color Cylindrical-coordinate representation of color #A62BCE: hue angle of 285.28º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62BCE is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 43 206 -
CMYK 0.19 0.79 0 0.19
HSL 285.28º 0.65% 0.49% -
HSV(B) 285.28º 0.79% 0.81% -
XYZ 27.73 14.29 59.69 -
YUV 98.36 188.75 176.25 -
System Red Green Blue C M Y K H S L
Decimal 166 43 206 0.19 0.79 0 0.19 285.28 0.65 0.49
Hex A6 2B CE 13 4F 0 13 11D 41 31
Octal 246 53 316 23 117 0 23 435 101 61
Binary 10100110 101011 11001110 10011 1001111 0 10011 100011101 1000001 110001

Color Harmonies of #A62BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62BCE

Black with #A62BCE

Text Example


Text Example

White with #A62BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62BCE; }

 p { color: rgb(166,43,206); }

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

background-color css

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

 a { background-color: rgb(166,43,206); }

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

border-color css

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

 span { border-color: rgb(166,43,206); }

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