Html Css Color HEX #A292FB Light Slate Blue

📋 copy color: '#A292FB'

red 162 ◦ green 146 ◦ blue 251

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

Shades of Light Slate Blue #A292FB

Tints of Light Slate Blue #A292FB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.12%

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 28.98%
G = 26.12%
B = 44.9%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A292FB (or 0xA292FB) is known color: Light Slate Blue. HEX triplet: A2, 92 and FB. RGB value is (162,146,251). Sum of RGB (Red+Green+Blue) = 162+146+251=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #A292FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A292FB is #5D6D04. Grayscale: #A2A2A2. Windows color (decimal): -6122757 or 16487074. OLE color: 16487074.

HSL color Cylindrical-coordinate representation of color #A292FB: hue angle of 249.14º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A292FB is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 146 251 -
CMYK 0.35 0.42 0 0.02
HSL 249.14º 0.93% 0.78% -
HSV(B) 249.14º 0.42% 0.98% -
XYZ 42.59 35.2 95.82 -
YUV 162.75 177.8 127.46 -
System Red Green Blue C M Y K H S L
Decimal 162 146 251 0.35 0.42 0 0.02 249.14 0.93 0.78
Hex A2 92 FB 23 2A 0 2 F9 5D 4E
Octal 242 222 373 43 52 0 2 371 135 116
Binary 10100010 10010010 11111011 100011 101010 0 10 11111001 1011101 1001110

Color Harmonies of #A292FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A292FB

Black with #A292FB

Text Example


Text Example

White with #A292FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A292FB; }

 p { color: rgb(162,146,251); }

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

background-color css

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

 a { background-color: rgb(162,146,251); }

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

border-color css

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

 span { border-color: rgb(162,146,251); }

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