Html Css Color HEX #A621FF Blue Violet

📋 copy color: '#A621FF'

red 166 ◦ green 33 ◦ blue 255

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

Shades of Blue Violet #A621FF

Tints of Blue Violet #A621FF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.27%

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

R = 36.56%
G = 7.27%
B = 56.17%

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

#A621FF (or 0xA621FF) is known color: Blue Violet. HEX triplet: A6, 21 and FF. RGB value is (166,33,255). Sum of RGB (Red+Green+Blue) = 166+33+255=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #A621FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A621FF is #59DE00. Grayscale: #616161. Windows color (decimal): -5889537 or 16720294. OLE color: 16720294.

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

Color convert

RGB 166 33 255 -
CMYK 0.35 0.87 0 0
HSL 275.95º 1% 0.56% -
HSV(B) 275.95º 0.87% 1% -
XYZ 34.32 16.41 95.97 -
YUV 98.08 216.56 176.45 -
System Red Green Blue C M Y K H S L
Decimal 166 33 255 0.35 0.87 0 0 275.95 1 0.56
Hex A6 21 FF 23 57 0 0 114 64 38
Octal 246 41 377 43 127 0 0 424 144 70
Binary 10100110 100001 11111111 100011 1010111 0 0 100010100 1100100 111000

Color Harmonies of #A621FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A621FF

Black with #A621FF

Text Example


Text Example

White with #A621FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A621FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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