Html Css Color HEX #A285FE Light Slate Blue

📋 copy color: '#A285FE'

red 162 ◦ green 133 ◦ blue 254

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

Shades of Light Slate Blue #A285FE

Tints of Light Slate Blue #A285FE

RGB

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

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

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

R = 29.51%
G = 24.23%
B = 46.27%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A285FE (or 0xA285FE) is known color: Light Slate Blue. HEX triplet: A2, 85 and FE. RGB value is (162,133,254). Sum of RGB (Red+Green+Blue) = 162+133+254=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #A285FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A285FE is #5D7A01. Grayscale: #9B9B9B. Windows color (decimal): -6126082 or 16680354. OLE color: 16680354.

HSL color Cylindrical-coordinate representation of color #A285FE: hue angle of 254.38º 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 #A285FE is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 162 133 254 -
CMYK 0.36 0.48 0 0.00
HSL 254.38º 0.98% 0.76% -
HSV(B) 254.38º 0.48% 1% -
XYZ 41.18 31.61 97.7 -
YUV 155.47 183.61 132.66 -
System Red Green Blue C M Y K H S L
Decimal 162 133 254 0.36 0.48 0 0.00 254.38 0.98 0.76
Hex A2 85 FE 24 30 0 0 FE 62 4C
Octal 242 205 376 44 60 0 0 376 142 114
Binary 10100010 10000101 11111110 100100 110000 0 0 11111110 1100010 1001100

Color Harmonies of #A285FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A285FE

Black with #A285FE

Text Example


Text Example

White with #A285FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A285FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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