Html Css Color HEX #A64BFF Blue Violet

📋 copy color: '#A64BFF'

red 166 ◦ green 75 ◦ blue 255

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

Shades of Blue Violet #A64BFF

Tints of Blue Violet #A64BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.12%

 BLUE value IS 255 (100% from 255) = 51.41%

R = 33.47%
G = 15.12%
B = 51.41%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A64BFF (or 0xA64BFF) is known color: Blue Violet. HEX triplet: A6, 4B and FF. RGB value is (166,75,255). Sum of RGB (Red+Green+Blue) = 166+75+255=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #A64BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64BFF is #59B400. Grayscale: #7A7A7A. Windows color (decimal): -5878785 or 16731046. OLE color: 16731046.

HSL color Cylindrical-coordinate representation of color #A64BFF: hue angle of 270.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A64BFF is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 75 255 -
CMYK 0.35 0.71 0 0
HSL 270.33º 1% 0.65% -
HSV(B) 270.33º 0.71% 1% -
XYZ 36.29 20.36 96.62 -
YUV 122.73 202.65 158.86 -
System Red Green Blue C M Y K H S L
Decimal 166 75 255 0.35 0.71 0 0 270.33 1 0.65
Hex A6 4B FF 23 47 0 0 10E 64 41
Octal 246 113 377 43 107 0 0 416 144 101
Binary 10100110 1001011 11111111 100011 1000111 0 0 100001110 1100100 1000001

Color Harmonies of #A64BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64BFF

Black with #A64BFF

Text Example


Text Example

White with #A64BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64BFF; }

 p { color: rgb(166,75,255); }

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

background-color css

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

 a { background-color: rgb(166,75,255); }

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

border-color css

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

 span { border-color: rgb(166,75,255); }

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