Html Css Color HEX #A492FE Light Slate Blue

📋 copy color: '#A492FE'

red 164 ◦ green 146 ◦ blue 254

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

Shades of Light Slate Blue #A492FE

Tints of Light Slate Blue #A492FE

RGB

 RED value IS 164 (64.45% from 255) = 29.08%

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

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

R = 29.08%
G = 25.89%
B = 45.04%

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

#A492FE (or 0xA492FE) is known color: Light Slate Blue. HEX triplet: A4, 92 and FE. RGB value is (164,146,254). Sum of RGB (Red+Green+Blue) = 164+146+254=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #A492FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A492FE is #5B6D01. Grayscale: #A3A3A3. Windows color (decimal): -5991682 or 16683684. OLE color: 16683684.

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

Color convert

RGB 164 146 254 -
CMYK 0.35 0.43 0 0.00
HSL 250º 0.98% 0.78% -
HSV(B) 250º 0.43% 1% -
XYZ 43.48 35.61 98.35 -
YUV 163.69 178.96 128.22 -
System Red Green Blue C M Y K H S L
Decimal 164 146 254 0.35 0.43 0 0.00 250 0.98 0.78
Hex A4 92 FE 23 2B 0 0 FA 62 4E
Octal 244 222 376 43 53 0 0 372 142 116
Binary 10100100 10010010 11111110 100011 101011 0 0 11111010 1100010 1001110

Color Harmonies of #A492FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A492FE

Black with #A492FE

Text Example


Text Example

White with #A492FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A492FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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