Html Css Color HEX #A05AFE Light Slate Blue

📋 copy color: '#A05AFE'

red 160 ◦ green 90 ◦ blue 254

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

Shades of Light Slate Blue #A05AFE

Tints of Light Slate Blue #A05AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.86%

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 31.75%
G = 17.86%
B = 50.4%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A05AFE (or 0xA05AFE) is known color: Light Slate Blue. HEX triplet: A0, 5A and FE. RGB value is (160,90,254). Sum of RGB (Red+Green+Blue) = 160+90+254=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #A05AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05AFE is #5FA501. Grayscale: #818181. Windows color (decimal): -6268162 or 16669344. OLE color: 16669344.

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

Color convert

RGB 160 90 254 -
CMYK 0.37 0.65 0 0.00
HSL 265.61º 0.99% 0.67% -
HSV(B) 265.61º 0.65% 1% -
XYZ 36.04 21.94 96.1 -
YUV 129.63 198.19 149.66 -
System Red Green Blue C M Y K H S L
Decimal 160 90 254 0.37 0.65 0 0.00 265.61 0.99 0.67
Hex A0 5A FE 25 41 0 0 10A 63 43
Octal 240 132 376 45 101 0 0 412 143 103
Binary 10100000 1011010 11111110 100101 1000001 0 0 100001010 1100011 1000011

Color Harmonies of #A05AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05AFE

Black with #A05AFE

Text Example


Text Example

White with #A05AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05AFE; }

 p { color: rgb(160,90,254); }

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

background-color css

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

 a { background-color: rgb(160,90,254); }

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

border-color css

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

 span { border-color: rgb(160,90,254); }

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