Html Css Color HEX #A084FF Light Slate Blue

📋 copy color: '#A084FF'

red 160 ◦ green 132 ◦ blue 255

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

Shades of Light Slate Blue #A084FF

Tints of Light Slate Blue #A084FF

RGB

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

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

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

R = 29.25%
G = 24.13%
B = 46.62%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A084FF (or 0xA084FF) is known color: Light Slate Blue. HEX triplet: A0, 84 and FF. RGB value is (160,132,255). Sum of RGB (Red+Green+Blue) = 160+132+255=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #A084FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A084FF is #5F7B00. Grayscale: #999999. Windows color (decimal): -6257409 or 16745632. OLE color: 16745632.

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

Color convert

RGB 160 132 255 -
CMYK 0.37 0.48 0 0
HSL 253.66º 1% 0.76% -
HSV(B) 253.66º 0.48% 1% -
XYZ 40.8 31.2 98.48 -
YUV 154.39 184.78 132 -
System Red Green Blue C M Y K H S L
Decimal 160 132 255 0.37 0.48 0 0 253.66 1 0.76
Hex A0 84 FF 25 30 0 0 FE 64 4C
Octal 240 204 377 45 60 0 0 376 144 114
Binary 10100000 10000100 11111111 100101 110000 0 0 11111110 1100100 1001100

Color Harmonies of #A084FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A084FF

Black with #A084FF

Text Example


Text Example

White with #A084FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A084FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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