Html Css Color HEX #A620FA Blue Violet

📋 copy color: '#A620FA'

red 166 ◦ green 32 ◦ blue 250

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

Shades of Blue Violet #A620FA

Tints of Blue Violet #A620FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.8%

R = 37.05%
G = 7.14%
B = 55.8%

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

#A620FA (or 0xA620FA) is known color: Blue Violet. HEX triplet: A6, 20 and FA. RGB value is (166,32,250). Sum of RGB (Red+Green+Blue) = 166+32+250=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #A620FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A620FA is #59DF05. Grayscale: #606060. Windows color (decimal): -5889798 or 16392358. OLE color: 16392358.

HSL color Cylindrical-coordinate representation of color #A620FA: hue angle of 276.88º 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 #A620FA is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 32 250 -
CMYK 0.34 0.87 0 0.02
HSL 276.88º 0.96% 0.55% -
HSV(B) 276.88º 0.87% 0.98% -
XYZ 33.5 16.04 91.77 -
YUV 96.92 214.39 177.27 -
System Red Green Blue C M Y K H S L
Decimal 166 32 250 0.34 0.87 0 0.02 276.88 0.96 0.55
Hex A6 20 FA 22 57 0 2 115 60 37
Octal 246 40 372 42 127 0 2 425 140 67
Binary 10100110 100000 11111010 100010 1010111 0 10 100010101 1100000 110111

Color Harmonies of #A620FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A620FA

Black with #A620FA

Text Example


Text Example

White with #A620FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A620FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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