Html Css Color HEX #A620FB Blue Violet

📋 copy color: '#A620FB'

red 166 ◦ green 32 ◦ blue 251

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

Shades of Blue Violet #A620FB

Tints of Blue Violet #A620FB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.13%

 BLUE value IS 251 (98.44% from 255) = 55.9%

R = 36.97%
G = 7.13%
B = 55.9%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A620FB (or 0xA620FB) is known color: Blue Violet. HEX triplet: A6, 20 and FB. RGB value is (166,32,251). Sum of RGB (Red+Green+Blue) = 166+32+251=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #A620FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A620FB is #59DF04. Grayscale: #606060. Windows color (decimal): -5889797 or 16457894. OLE color: 16457894.

HSL color Cylindrical-coordinate representation of color #A620FB: hue angle of 276.71º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A620FB is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 32 251 -
CMYK 0.34 0.87 0 0.02
HSL 276.71º 0.96% 0.55% -
HSV(B) 276.71º 0.87% 0.98% -
XYZ 33.65 16.11 92.6 -
YUV 97.03 214.89 177.19 -
System Red Green Blue C M Y K H S L
Decimal 166 32 251 0.34 0.87 0 0.02 276.71 0.96 0.55
Hex A6 20 FB 22 57 0 2 115 60 37
Octal 246 40 373 42 127 0 2 425 140 67
Binary 10100110 100000 11111011 100010 1010111 0 10 100010101 1100000 110111

Color Harmonies of #A620FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A620FB

Black with #A620FB

Text Example


Text Example

White with #A620FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A620FB; }

 p { color: rgb(166,32,251); }

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

background-color css

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

 a { background-color: rgb(166,32,251); }

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

border-color css

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

 span { border-color: rgb(166,32,251); }

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