Html Css Color HEX #A620FD Blue Violet

📋 copy color: '#A620FD'

red 166 ◦ green 32 ◦ blue 253

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

Shades of Blue Violet #A620FD

Tints of Blue Violet #A620FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.1%

R = 36.81%
G = 7.1%
B = 56.1%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A620FD (or 0xA620FD) is known color: Blue Violet. HEX triplet: A6, 20 and FD. RGB value is (166,32,253). Sum of RGB (Red+Green+Blue) = 166+32+253=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #A620FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A620FD is #59DF02. Grayscale: #606060. Windows color (decimal): -5889795 or 16588966. OLE color: 16588966.

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

Color convert

RGB 166 32 253 -
CMYK 0.34 0.87 0 0.01
HSL 276.38º 0.98% 0.56% -
HSV(B) 276.38º 0.87% 0.99% -
XYZ 33.97 16.23 94.27 -
YUV 97.26 215.89 177.03 -
System Red Green Blue C M Y K H S L
Decimal 166 32 253 0.34 0.87 0 0.01 276.38 0.98 0.56
Hex A6 20 FD 22 57 0 1 114 62 38
Octal 246 40 375 42 127 0 1 424 142 70
Binary 10100110 100000 11111101 100010 1010111 0 1 100010100 1100010 111000

Color Harmonies of #A620FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A620FD

Black with #A620FD

Text Example


Text Example

White with #A620FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A620FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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