Html Css Color HEX #A064FF Light Slate Blue

📋 copy color: '#A064FF'

red 160 ◦ green 100 ◦ blue 255

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

Shades of Light Slate Blue #A064FF

Tints of Light Slate Blue #A064FF

RGB

 RED value IS 160 (62.89% from 255) = 31.07%

 GREEN value IS 100 (39.45% from 255) = 19.42%

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

R = 31.07%
G = 19.42%
B = 49.51%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A064FF (or 0xA064FF) is known color: Light Slate Blue. HEX triplet: A0, 64 and FF. RGB value is (160,100,255). Sum of RGB (Red+Green+Blue) = 160+100+255=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #A064FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A064FF is #5F9B00. Grayscale: #878787. Windows color (decimal): -6265601 or 16737440. OLE color: 16737440.

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

Color convert

RGB 160 100 255 -
CMYK 0.37 0.61 0 0
HSL 263.23º 1% 0.7% -
HSV(B) 263.23º 0.61% 1% -
XYZ 37.1 23.81 97.25 -
YUV 135.61 195.38 145.4 -
System Red Green Blue C M Y K H S L
Decimal 160 100 255 0.37 0.61 0 0 263.23 1 0.7
Hex A0 64 FF 25 3D 0 0 107 64 46
Octal 240 144 377 45 75 0 0 407 144 106
Binary 10100000 1100100 11111111 100101 111101 0 0 100000111 1100100 1000110

Color Harmonies of #A064FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A064FF

Black with #A064FF

Text Example


Text Example

White with #A064FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A064FF; }

 p { color: rgb(160,100,255); }

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

background-color css

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

 a { background-color: rgb(160,100,255); }

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

border-color css

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

 span { border-color: rgb(160,100,255); }

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