Html Css Color HEX #A492FF Light Slate Blue

📋 copy color: '#A492FF'

red 164 ◦ green 146 ◦ blue 255

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

Shades of Light Slate Blue #A492FF

Tints of Light Slate Blue #A492FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.13%

R = 29.03%
G = 25.84%
B = 45.13%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A492FF (or 0xA492FF) is known color: Light Slate Blue. HEX triplet: A4, 92 and FF. RGB value is (164,146,255). Sum of RGB (Red+Green+Blue) = 164+146+255=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #A492FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A492FF is #5B6D00. Grayscale: #A3A3A3. Windows color (decimal): -5991681 or 16749220. OLE color: 16749220.

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

Color convert

RGB 164 146 255 -
CMYK 0.36 0.43 0 0
HSL 249.91º 1% 0.79% -
HSV(B) 249.91º 0.43% 1% -
XYZ 43.64 35.67 99.19 -
YUV 163.81 179.46 128.14 -
System Red Green Blue C M Y K H S L
Decimal 164 146 255 0.36 0.43 0 0 249.91 1 0.79
Hex A4 92 FF 24 2B 0 0 FA 64 4F
Octal 244 222 377 44 53 0 0 372 144 117
Binary 10100100 10010010 11111111 100100 101011 0 0 11111010 1100100 1001111

Color Harmonies of #A492FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A492FF

Black with #A492FF

Text Example


Text Example

White with #A492FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A492FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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