Html Css Color HEX #A620FF Blue Violet

📋 copy color: '#A620FF'

red 166 ◦ green 32 ◦ blue 255

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

Shades of Blue Violet #A620FF

Tints of Blue Violet #A620FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.29%

R = 36.64%
G = 7.06%
B = 56.29%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A620FF (or 0xA620FF) is known color: Blue Violet. HEX triplet: A6, 20 and FF. RGB value is (166,32,255). Sum of RGB (Red+Green+Blue) = 166+32+255=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 32 (12.89% from 255 or 7.06% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #A620FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A620FF is #59DF00. Grayscale: #606060. Windows color (decimal): -5889793 or 16720038. OLE color: 16720038.

HSL color Cylindrical-coordinate representation of color #A620FF: hue angle of 276.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A620FF is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 32 255 -
CMYK 0.35 0.87 0 0
HSL 276.05º 1% 0.56% -
HSV(B) 276.05º 0.87% 1% -
XYZ 34.29 16.36 95.96 -
YUV 97.49 216.89 176.87 -
System Red Green Blue C M Y K H S L
Decimal 166 32 255 0.35 0.87 0 0 276.05 1 0.56
Hex A6 20 FF 23 57 0 0 114 64 38
Octal 246 40 377 43 127 0 0 424 144 70
Binary 10100110 100000 11111111 100011 1010111 0 0 100010100 1100100 111000

Color Harmonies of #A620FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A620FF

Black with #A620FF

Text Example


Text Example

White with #A620FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A620FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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