Html Css Color HEX #A64FFD Blue Violet

📋 copy color: '#A64FFD'

red 166 ◦ green 79 ◦ blue 253

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

Shades of Blue Violet #A64FFD

Tints of Blue Violet #A64FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.86%

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

R = 33.33%
G = 15.86%
B = 50.8%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A64FFD (or 0xA64FFD) is known color: Blue Violet. HEX triplet: A6, 4F and FD. RGB value is (166,79,253). Sum of RGB (Red+Green+Blue) = 166+79+253=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #A64FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64FFD is #59B002. Grayscale: #7C7C7C. Windows color (decimal): -5877763 or 16600998. OLE color: 16600998.

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

Color convert

RGB 166 79 253 -
CMYK 0.34 0.69 0 0.01
HSL 270º 0.98% 0.65% -
HSV(B) 270º 0.69% 0.99% -
XYZ 36.25 20.79 95.03 -
YUV 124.85 200.32 157.35 -
System Red Green Blue C M Y K H S L
Decimal 166 79 253 0.34 0.69 0 0.01 270 0.98 0.65
Hex A6 4F FD 22 45 0 1 10E 62 41
Octal 246 117 375 42 105 0 1 416 142 101
Binary 10100110 1001111 11111101 100010 1000101 0 1 100001110 1100010 1000001

Color Harmonies of #A64FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FFD

Black with #A64FFD

Text Example


Text Example

White with #A64FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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