Html Css Color HEX #A084FE Light Slate Blue

📋 copy color: '#A084FE'

red 160 ◦ green 132 ◦ blue 254

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

Shades of Light Slate Blue #A084FE

Tints of Light Slate Blue #A084FE

RGB

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

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

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

R = 29.3%
G = 24.18%
B = 46.52%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A084FE (or 0xA084FE) is known color: Light Slate Blue. HEX triplet: A0, 84 and FE. RGB value is (160,132,254). Sum of RGB (Red+Green+Blue) = 160+132+254=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #A084FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A084FE is #5F7B01. Grayscale: #999999. Windows color (decimal): -6257410 or 16680096. OLE color: 16680096.

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

Color convert

RGB 160 132 254 -
CMYK 0.37 0.48 0 0.00
HSL 253.77º 0.98% 0.76% -
HSV(B) 253.77º 0.48% 1% -
XYZ 40.64 31.13 97.63 -
YUV 154.28 184.28 132.08 -
System Red Green Blue C M Y K H S L
Decimal 160 132 254 0.37 0.48 0 0.00 253.77 0.98 0.76
Hex A0 84 FE 25 30 0 0 FE 62 4C
Octal 240 204 376 45 60 0 0 376 142 114
Binary 10100000 10000100 11111110 100101 110000 0 0 11111110 1100010 1001100

Color Harmonies of #A084FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A084FE

Black with #A084FE

Text Example


Text Example

White with #A084FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A084FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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