Html Css Color HEX #A460FF Light Slate Blue

📋 copy color: '#A460FF'

red 164 ◦ green 96 ◦ blue 255

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

Shades of Light Slate Blue #A460FF

Tints of Light Slate Blue #A460FF

RGB

 RED value IS 164 (64.45% from 255) = 31.84%

 GREEN value IS 96 (37.89% from 255) = 18.64%

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

R = 31.84%
G = 18.64%
B = 49.51%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A460FF (or 0xA460FF) is known color: Light Slate Blue. HEX triplet: A4, 60 and FF. RGB value is (164,96,255). Sum of RGB (Red+Green+Blue) = 164+96+255=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 96 (37.89% from 255 or 18.64% 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 #A460FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A460FF is #5B9F00. Grayscale: #858585. Windows color (decimal): -6004481 or 16736420. OLE color: 16736420.

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

Color convert

RGB 164 96 255 -
CMYK 0.36 0.62 0 0
HSL 265.66º 1% 0.69% -
HSV(B) 265.66º 0.62% 1% -
XYZ 37.54 23.48 97.16 -
YUV 134.46 196.03 149.07 -
System Red Green Blue C M Y K H S L
Decimal 164 96 255 0.36 0.62 0 0 265.66 1 0.69
Hex A4 60 FF 24 3E 0 0 10A 64 45
Octal 244 140 377 44 76 0 0 412 144 105
Binary 10100100 1100000 11111111 100100 111110 0 0 100001010 1100100 1000101

Color Harmonies of #A460FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A460FF

Black with #A460FF

Text Example


Text Example

White with #A460FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A460FF; }

 p { color: rgb(164,96,255); }

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

background-color css

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

 a { background-color: rgb(164,96,255); }

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

border-color css

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

 span { border-color: rgb(164,96,255); }

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