Html Css Color HEX #A592FE Light Slate Blue

📋 copy color: '#A592FE'

red 165 ◦ green 146 ◦ blue 254

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

Shades of Light Slate Blue #A592FE

Tints of Light Slate Blue #A592FE

RGB

 RED value IS 165 (64.84% from 255) = 29.2%

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

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

R = 29.2%
G = 25.84%
B = 44.96%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A592FE (or 0xA592FE) is known color: Light Slate Blue. HEX triplet: A5, 92 and FE. RGB value is (165,146,254). Sum of RGB (Red+Green+Blue) = 165+146+254=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #A592FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A592FE is #5A6D01. Grayscale: #A3A3A3. Windows color (decimal): -5926146 or 16683685. OLE color: 16683685.

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

Color convert

RGB 165 146 254 -
CMYK 0.35 0.43 0 0.00
HSL 250.56º 0.98% 0.78% -
HSV(B) 250.56º 0.43% 1% -
XYZ 43.69 35.71 98.36 -
YUV 163.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 165 146 254 0.35 0.43 0 0.00 250.56 0.98 0.78
Hex A5 92 FE 23 2B 0 0 FB 62 4E
Octal 245 222 376 43 53 0 0 373 142 116
Binary 10100101 10010010 11111110 100011 101011 0 0 11111011 1100010 1001110

Color Harmonies of #A592FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A592FE

Black with #A592FE

Text Example


Text Example

White with #A592FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A592FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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