Html Css Color HEX #A640FB Blue Violet

📋 copy color: '#A640FB'

red 166 ◦ green 64 ◦ blue 251

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

Shades of Blue Violet #A640FB

Tints of Blue Violet #A640FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.18%

R = 34.51%
G = 13.31%
B = 52.18%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A640FB (or 0xA640FB) is known color: Blue Violet. HEX triplet: A6, 40 and FB. RGB value is (166,64,251). Sum of RGB (Red+Green+Blue) = 166+64+251=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #A640FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A640FB is #59BF04. Grayscale: #737373. Windows color (decimal): -5881605 or 16466086. OLE color: 16466086.

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

Color convert

RGB 166 64 251 -
CMYK 0.34 0.75 0 0.02
HSL 272.73º 0.96% 0.62% -
HSV(B) 272.73º 0.75% 0.98% -
XYZ 34.97 18.74 93.04 -
YUV 115.82 204.29 163.79 -
System Red Green Blue C M Y K H S L
Decimal 166 64 251 0.34 0.75 0 0.02 272.73 0.96 0.62
Hex A6 40 FB 22 4B 0 2 111 60 3E
Octal 246 100 373 42 113 0 2 421 140 76
Binary 10100110 1000000 11111011 100010 1001011 0 10 100010001 1100000 111110

Color Harmonies of #A640FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A640FB

Black with #A640FB

Text Example


Text Example

White with #A640FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A640FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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