Html Css Color HEX #A092F9 Light Slate Blue

📋 copy color: '#A092F9'

red 160 ◦ green 146 ◦ blue 249

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

Shades of Light Slate Blue #A092F9

Tints of Light Slate Blue #A092F9

RGB

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

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

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

R = 28.83%
G = 26.31%
B = 44.86%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A092F9 (or 0xA092F9) is known color: Light Slate Blue. HEX triplet: A0, 92 and F9. RGB value is (160,146,249). Sum of RGB (Red+Green+Blue) = 160+146+249=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #A092F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092F9 is #5F6D06. Grayscale: #A1A1A1. Windows color (decimal): -6253831 or 16356000. OLE color: 16356000.

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

Color convert

RGB 160 146 249 -
CMYK 0.36 0.41 0 0.02
HSL 248.16º 0.9% 0.77% -
HSV(B) 248.16º 0.41% 0.98% -
XYZ 41.87 34.87 94.15 -
YUV 161.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 160 146 249 0.36 0.41 0 0.02 248.16 0.9 0.77
Hex A0 92 F9 24 29 0 2 F8 5A 4D
Octal 240 222 371 44 51 0 2 370 132 115
Binary 10100000 10010010 11111001 100100 101001 0 10 11111000 1011010 1001101

Color Harmonies of #A092F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A092F9

Black with #A092F9

Text Example


Text Example

White with #A092F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A092F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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