Html Css Color HEX #A092FE Light Slate Blue

📋 copy color: '#A092FE'

red 160 ◦ green 146 ◦ blue 254

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

Shades of Light Slate Blue #A092FE

Tints of Light Slate Blue #A092FE

RGB

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

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

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

R = 28.57%
G = 26.07%
B = 45.36%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A092FE (or 0xA092FE) is known color: Light Slate Blue. HEX triplet: A0, 92 and FE. RGB value is (160,146,254). Sum of RGB (Red+Green+Blue) = 160+146+254=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #A092FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092FE is #5F6D01. Grayscale: #A2A2A2. Windows color (decimal): -6253826 or 16683680. OLE color: 16683680.

HSL color Cylindrical-coordinate representation of color #A092FE: hue angle of 247.78º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A092FE is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 146 254 -
CMYK 0.37 0.43 0 0.00
HSL 247.78º 0.98% 0.78% -
HSV(B) 247.78º 0.43% 1% -
XYZ 42.67 35.19 98.31 -
YUV 162.5 179.64 126.22 -
System Red Green Blue C M Y K H S L
Decimal 160 146 254 0.37 0.43 0 0.00 247.78 0.98 0.78
Hex A0 92 FE 25 2B 0 0 F8 62 4E
Octal 240 222 376 45 53 0 0 370 142 116
Binary 10100000 10010010 11111110 100101 101011 0 0 11111000 1100010 1001110

Color Harmonies of #A092FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A092FE

Black with #A092FE

Text Example


Text Example

White with #A092FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A092FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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