Html Css Color HEX #A62FF6 Blue Violet

📋 copy color: '#A62FF6'

red 166 ◦ green 47 ◦ blue 246

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

Shades of Blue Violet #A62FF6

Tints of Blue Violet #A62FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.59%

R = 36.17%
G = 10.24%
B = 53.59%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A62FF6 (or 0xA62FF6) is known color: Blue Violet. HEX triplet: A6, 2F and F6. RGB value is (166,47,246). Sum of RGB (Red+Green+Blue) = 166+47+246=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 246 (96.48% from 255 or 53.59% from 459); Max value from RGB is 246 - color contains mainly: blue. Hex color #A62FF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62FF6 is #59D009. Grayscale: #686868. Windows color (decimal): -5885962 or 16134054. OLE color: 16134054.

HSL color Cylindrical-coordinate representation of color #A62FF6: hue angle of 275.88º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62FF6 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 47 246 -
CMYK 0.33 0.81 0 0.04
HSL 275.88º 0.92% 0.57% -
HSV(B) 275.88º 0.81% 0.96% -
XYZ 33.38 16.79 88.67 -
YUV 105.27 207.42 171.32 -
System Red Green Blue C M Y K H S L
Decimal 166 47 246 0.33 0.81 0 0.04 275.88 0.92 0.57
Hex A6 2F F6 21 51 0 4 114 5C 39
Octal 246 57 366 41 121 0 4 424 134 71
Binary 10100110 101111 11110110 100001 1010001 0 100 100010100 1011100 111001

Color Harmonies of #A62FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62FF6

Black with #A62FF6

Text Example


Text Example

White with #A62FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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