Html Css Color HEX #A64CFD Blue Violet

📋 copy color: '#A64CFD'

red 166 ◦ green 76 ◦ blue 253

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

Shades of Blue Violet #A64CFD

Tints of Blue Violet #A64CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.35%

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

R = 33.54%
G = 15.35%
B = 51.11%

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

#A64CFD (or 0xA64CFD) is known color: Blue Violet. HEX triplet: A6, 4C and FD. RGB value is (166,76,253). Sum of RGB (Red+Green+Blue) = 166+76+253=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #A64CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64CFD is #59B302. Grayscale: #7A7A7A. Windows color (decimal): -5878531 or 16600230. OLE color: 16600230.

HSL color Cylindrical-coordinate representation of color #A64CFD: hue angle of 270.51º 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 #A64CFD is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 76 253 -
CMYK 0.34 0.70 0 0.01
HSL 270.51º 0.98% 0.65% -
HSV(B) 270.51º 0.7% 0.99% -
XYZ 36.04 20.37 94.96 -
YUV 123.09 201.32 158.61 -
System Red Green Blue C M Y K H S L
Decimal 166 76 253 0.34 0.70 0 0.01 270.51 0.98 0.65
Hex A6 4C FD 22 46 0 1 10F 62 41
Octal 246 114 375 42 106 0 1 417 142 101
Binary 10100110 1001100 11111101 100010 1000110 0 1 100001111 1100010 1000001

Color Harmonies of #A64CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CFD

Black with #A64CFD

Text Example


Text Example

White with #A64CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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