Html Css Color HEX #A484FE Light Slate Blue

📋 copy color: '#A484FE'

red 164 ◦ green 132 ◦ blue 254

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

Shades of Light Slate Blue #A484FE

Tints of Light Slate Blue #A484FE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24%

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

R = 29.82%
G = 24%
B = 46.18%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A484FE (or 0xA484FE) is known color: Light Slate Blue. HEX triplet: A4, 84 and FE. RGB value is (164,132,254). Sum of RGB (Red+Green+Blue) = 164+132+254=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #A484FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A484FE is #5B7B01. Grayscale: #9B9B9B. Windows color (decimal): -5995266 or 16680100. OLE color: 16680100.

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

Color convert

RGB 164 132 254 -
CMYK 0.35 0.48 0 0.00
HSL 255.74º 0.98% 0.76% -
HSV(B) 255.74º 0.48% 1% -
XYZ 41.45 31.55 97.67 -
YUV 155.48 183.6 134.08 -
System Red Green Blue C M Y K H S L
Decimal 164 132 254 0.35 0.48 0 0.00 255.74 0.98 0.76
Hex A4 84 FE 23 30 0 0 100 62 4C
Octal 244 204 376 43 60 0 0 400 142 114
Binary 10100100 10000100 11111110 100011 110000 0 0 100000000 1100010 1001100

Color Harmonies of #A484FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A484FE

Black with #A484FE

Text Example


Text Example

White with #A484FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A484FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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