Html Css Color HEX #A092FD Light Slate Blue

📋 copy color: '#A092FD'

red 160 ◦ green 146 ◦ blue 253

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

Shades of Light Slate Blue #A092FD

Tints of Light Slate Blue #A092FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 28.62%
G = 26.12%
B = 45.26%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A092FD (or 0xA092FD) is known color: Light Slate Blue. HEX triplet: A0, 92 and FD. RGB value is (160,146,253). Sum of RGB (Red+Green+Blue) = 160+146+253=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #A092FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092FD is #5F6D02. Grayscale: #A1A1A1. Windows color (decimal): -6253827 or 16618144. OLE color: 16618144.

HSL color Cylindrical-coordinate representation of color #A092FD: hue angle of 247.85º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A092FD is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 146 253 -
CMYK 0.37 0.42 0 0.01
HSL 247.85º 0.96% 0.78% -
HSV(B) 247.85º 0.42% 0.99% -
XYZ 42.51 35.12 97.47 -
YUV 162.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 160 146 253 0.37 0.42 0 0.01 247.85 0.96 0.78
Hex A0 92 FD 25 2A 0 1 F8 60 4E
Octal 240 222 375 45 52 0 1 370 140 116
Binary 10100000 10010010 11111101 100101 101010 0 1 11111000 1100000 1001110

Color Harmonies of #A092FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A092FD

Black with #A092FD

Text Example


Text Example

White with #A092FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A092FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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