Html Css Color HEX #A085FE Light Slate Blue

📋 copy color: '#A085FE'

red 160 ◦ green 133 ◦ blue 254

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

Shades of Light Slate Blue #A085FE

Tints of Light Slate Blue #A085FE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.31%

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

R = 29.25%
G = 24.31%
B = 46.44%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A085FE (or 0xA085FE) is known color: Light Slate Blue. HEX triplet: A0, 85 and FE. RGB value is (160,133,254). Sum of RGB (Red+Green+Blue) = 160+133+254=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #A085FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085FE is #5F7A01. Grayscale: #9A9A9A. Windows color (decimal): -6257154 or 16680352. OLE color: 16680352.

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

Color convert

RGB 160 133 254 -
CMYK 0.37 0.48 0 0.00
HSL 253.39º 0.98% 0.76% -
HSV(B) 253.39º 0.48% 1% -
XYZ 40.77 31.4 97.68 -
YUV 154.87 183.95 131.66 -
System Red Green Blue C M Y K H S L
Decimal 160 133 254 0.37 0.48 0 0.00 253.39 0.98 0.76
Hex A0 85 FE 25 30 0 0 FD 62 4C
Octal 240 205 376 45 60 0 0 375 142 114
Binary 10100000 10000101 11111110 100101 110000 0 0 11111101 1100010 1001100

Color Harmonies of #A085FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A085FE

Black with #A085FE

Text Example


Text Example

White with #A085FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A085FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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