Html Css Color HEX #A285F9 Light Slate Blue

📋 copy color: '#A285F9'

red 162 ◦ green 133 ◦ blue 249

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

Shades of Light Slate Blue #A285F9

Tints of Light Slate Blue #A285F9

RGB

 RED value IS 162 (63.67% from 255) = 29.78%

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

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

R = 29.78%
G = 24.45%
B = 45.77%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A285F9 (or 0xA285F9) is known color: Light Slate Blue. HEX triplet: A2, 85 and F9. RGB value is (162,133,249). Sum of RGB (Red+Green+Blue) = 162+133+249=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #A285F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A285F9 is #5D7A06. Grayscale: #9A9A9A. Windows color (decimal): -6126087 or 16352674. OLE color: 16352674.

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

Color convert

RGB 162 133 249 -
CMYK 0.35 0.47 0 0.02
HSL 255º 0.91% 0.75% -
HSV(B) 255º 0.47% 0.98% -
XYZ 40.39 31.3 93.53 -
YUV 154.9 181.11 133.07 -
System Red Green Blue C M Y K H S L
Decimal 162 133 249 0.35 0.47 0 0.02 255 0.91 0.75
Hex A2 85 F9 23 2F 0 2 FF 5B 4B
Octal 242 205 371 43 57 0 2 377 133 113
Binary 10100010 10000101 11111001 100011 101111 0 10 11111111 1011011 1001011

Color Harmonies of #A285F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A285F9

Black with #A285F9

Text Example


Text Example

White with #A285F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A285F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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