Html Css Color HEX #A640FC Blue Violet

📋 copy color: '#A640FC'

red 166 ◦ green 64 ◦ blue 252

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

Shades of Blue Violet #A640FC

Tints of Blue Violet #A640FC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.28%

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 34.44%
G = 13.28%
B = 52.28%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A640FC (or 0xA640FC) is known color: Blue Violet. HEX triplet: A6, 40 and FC. RGB value is (166,64,252). Sum of RGB (Red+Green+Blue) = 166+64+252=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #A640FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A640FC is #59BF03. Grayscale: #737373. Windows color (decimal): -5881604 or 16531622. OLE color: 16531622.

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

Color convert

RGB 166 64 252 -
CMYK 0.34 0.75 0 0.01
HSL 272.55º 0.97% 0.62% -
HSV(B) 272.55º 0.75% 0.99% -
XYZ 35.13 18.8 93.87 -
YUV 115.93 204.79 163.71 -
System Red Green Blue C M Y K H S L
Decimal 166 64 252 0.34 0.75 0 0.01 272.55 0.97 0.62
Hex A6 40 FC 22 4B 0 1 111 61 3E
Octal 246 100 374 42 113 0 1 421 141 76
Binary 10100110 1000000 11111100 100010 1001011 0 1 100010001 1100001 111110

Color Harmonies of #A640FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A640FC

Black with #A640FC

Text Example


Text Example

White with #A640FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A640FC; }

 p { color: rgb(166,64,252); }

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

background-color css

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

 a { background-color: rgb(166,64,252); }

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

border-color css

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

 span { border-color: rgb(166,64,252); }

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