Html Css Color HEX #A62EB2 Dark Orchid

📋 copy color: '#A62EB2'

red 166 ◦ green 46 ◦ blue 178

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

Shades of Dark Orchid #A62EB2

Tints of Dark Orchid #A62EB2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.79%

 BLUE value IS 178 (69.92% from 255) = 45.64%

R = 42.56%
G = 11.79%
B = 45.64%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A62EB2 (or 0xA62EB2) is known color: Dark Orchid. HEX triplet: A6, 2E and B2. RGB value is (166,46,178). Sum of RGB (Red+Green+Blue) = 166+46+178=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 178 - color contains mainly: blue. Hex color #A62EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62EB2 is #59D14D. Grayscale: #606060. Windows color (decimal): -5886286 or 11677350. OLE color: 11677350.

HSL color Cylindrical-coordinate representation of color #A62EB2: hue angle of 294.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A62EB2 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 46 178 -
CMYK 0.07 0.74 0 0.30
HSL 294.55º 0.59% 0.44% -
HSV(B) 294.55º 0.74% 0.7% -
XYZ 24.74 13.28 43.38 -
YUV 96.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 166 46 178 0.07 0.74 0 0.30 294.55 0.59 0.44
Hex A6 2E B2 7 4A 0 1E 127 3B 2C
Octal 246 56 262 7 112 0 36 447 73 54
Binary 10100110 101110 10110010 111 1001010 0 11110 100100111 111011 101100

Color Harmonies of #A62EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62EB2

Black with #A62EB2

Text Example


Text Example

White with #A62EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62EB2; }

 p { color: rgb(166,46,178); }

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

background-color css

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

 a { background-color: rgb(166,46,178); }

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

border-color css

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

 span { border-color: rgb(166,46,178); }

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