Html Css Color HEX #A485F9 Light Slate Blue

📋 copy color: '#A485F9'

red 164 ◦ green 133 ◦ blue 249

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

Shades of Light Slate Blue #A485F9

Tints of Light Slate Blue #A485F9

RGB

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

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

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

R = 30.04%
G = 24.36%
B = 45.6%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A485F9 (or 0xA485F9) is known color: Light Slate Blue. HEX triplet: A4, 85 and F9. RGB value is (164,133,249). Sum of RGB (Red+Green+Blue) = 164+133+249=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #A485F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A485F9 is #5B7A06. Grayscale: #9B9B9B. Windows color (decimal): -5995015 or 16352676. OLE color: 16352676.

HSL color Cylindrical-coordinate representation of color #A485F9: hue angle of 256.03º 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 #A485F9 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 133 249 -
CMYK 0.34 0.47 0 0.02
HSL 256.03º 0.91% 0.75% -
HSV(B) 256.03º 0.47% 0.98% -
XYZ 40.8 31.51 93.55 -
YUV 155.49 180.77 134.07 -
System Red Green Blue C M Y K H S L
Decimal 164 133 249 0.34 0.47 0 0.02 256.03 0.91 0.75
Hex A4 85 F9 22 2F 0 2 100 5B 4B
Octal 244 205 371 42 57 0 2 400 133 113
Binary 10100100 10000101 11111001 100010 101111 0 10 100000000 1011011 1001011

Color Harmonies of #A485F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A485F9

Black with #A485F9

Text Example


Text Example

White with #A485F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A485F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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