Html Css Color HEX #A085F9 Light Slate Blue

📋 copy color: '#A085F9'

red 160 ◦ green 133 ◦ blue 249

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

Shades of Light Slate Blue #A085F9

Tints of Light Slate Blue #A085F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.94%

R = 29.52%
G = 24.54%
B = 45.94%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A085F9 (or 0xA085F9) is known color: Light Slate Blue. HEX triplet: A0, 85 and F9. RGB value is (160,133,249). Sum of RGB (Red+Green+Blue) = 160+133+249=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #A085F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085F9 is #5F7A06. Grayscale: #999999. Windows color (decimal): -6257159 or 16352672. OLE color: 16352672.

HSL color Cylindrical-coordinate representation of color #A085F9: hue angle of 253.97º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A085F9 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 133 249 -
CMYK 0.36 0.47 0 0.02
HSL 253.97º 0.91% 0.75% -
HSV(B) 253.97º 0.47% 0.98% -
XYZ 39.98 31.09 93.52 -
YUV 154.3 181.45 132.07 -
System Red Green Blue C M Y K H S L
Decimal 160 133 249 0.36 0.47 0 0.02 253.97 0.91 0.75
Hex A0 85 F9 24 2F 0 2 FE 5B 4B
Octal 240 205 371 44 57 0 2 376 133 113
Binary 10100000 10000101 11111001 100100 101111 0 10 11111110 1011011 1001011

Color Harmonies of #A085F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A085F9

Black with #A085F9

Text Example


Text Example

White with #A085F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A085F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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