Html Css Color HEX #A64DFD Blue Violet

📋 copy color: '#A64DFD'

red 166 ◦ green 77 ◦ blue 253

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

Shades of Blue Violet #A64DFD

Tints of Blue Violet #A64DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.52%

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

R = 33.47%
G = 15.52%
B = 51.01%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A64DFD (or 0xA64DFD) is known color: Blue Violet. HEX triplet: A6, 4D and FD. RGB value is (166,77,253). Sum of RGB (Red+Green+Blue) = 166+77+253=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 77 (30.47% from 255 or 15.52% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #A64DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64DFD is #59B202. Grayscale: #7B7B7B. Windows color (decimal): -5878275 or 16600486. OLE color: 16600486.

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

Color convert

RGB 166 77 253 -
CMYK 0.34 0.70 0 0.01
HSL 270.34º 0.98% 0.65% -
HSV(B) 270.34º 0.7% 0.99% -
XYZ 36.11 20.51 94.98 -
YUV 123.68 200.99 158.19 -
System Red Green Blue C M Y K H S L
Decimal 166 77 253 0.34 0.70 0 0.01 270.34 0.98 0.65
Hex A6 4D FD 22 46 0 1 10E 62 41
Octal 246 115 375 42 106 0 1 416 142 101
Binary 10100110 1001101 11111101 100010 1000110 0 1 100001110 1100010 1000001

Color Harmonies of #A64DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DFD

Black with #A64DFD

Text Example


Text Example

White with #A64DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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