Html Css Color HEX #A050FF Light Slate Blue

📋 copy color: '#A050FF'

red 160 ◦ green 80 ◦ blue 255

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

Shades of Light Slate Blue #A050FF

Tints of Light Slate Blue #A050FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.16%

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

R = 32.32%
G = 16.16%
B = 51.52%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A050FF (or 0xA050FF) is known color: Light Slate Blue. HEX triplet: A0, 50 and FF. RGB value is (160,80,255). Sum of RGB (Red+Green+Blue) = 160+80+255=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #A050FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A050FF is #5FAF00. Grayscale: #7B7B7B. Windows color (decimal): -6270721 or 16732320. OLE color: 16732320.

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

Color convert

RGB 160 80 255 -
CMYK 0.37 0.69 0 0
HSL 267.43º 1% 0.66% -
HSV(B) 267.43º 0.69% 1% -
XYZ 35.42 20.43 96.68 -
YUV 123.87 202 153.77 -
System Red Green Blue C M Y K H S L
Decimal 160 80 255 0.37 0.69 0 0 267.43 1 0.66
Hex A0 50 FF 25 45 0 0 10B 64 42
Octal 240 120 377 45 105 0 0 413 144 102
Binary 10100000 1010000 11111111 100101 1000101 0 0 100001011 1100100 1000010

Color Harmonies of #A050FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A050FF

Black with #A050FF

Text Example


Text Example

White with #A050FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A050FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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