Html Css Color HEX #A640FA Blue Violet

📋 copy color: '#A640FA'

red 166 ◦ green 64 ◦ blue 250

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

Shades of Blue Violet #A640FA

Tints of Blue Violet #A640FA

RGB

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

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

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

R = 34.58%
G = 13.33%
B = 52.08%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A640FA (or 0xA640FA) is known color: Blue Violet. HEX triplet: A6, 40 and FA. RGB value is (166,64,250). Sum of RGB (Red+Green+Blue) = 166+64+250=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #A640FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A640FA is #59BF05. Grayscale: #737373. Windows color (decimal): -5881606 or 16400550. OLE color: 16400550.

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

Color convert

RGB 166 64 250 -
CMYK 0.34 0.74 0 0.02
HSL 272.9º 0.95% 0.62% -
HSV(B) 272.9º 0.74% 0.98% -
XYZ 34.81 18.68 92.21 -
YUV 115.7 203.79 163.88 -
System Red Green Blue C M Y K H S L
Decimal 166 64 250 0.34 0.74 0 0.02 272.9 0.95 0.62
Hex A6 40 FA 22 4A 0 2 111 5F 3E
Octal 246 100 372 42 112 0 2 421 137 76
Binary 10100110 1000000 11111010 100010 1001010 0 10 100010001 1011111 111110

Color Harmonies of #A640FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A640FA

Black with #A640FA

Text Example


Text Example

White with #A640FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A640FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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