Html Css Color HEX #A080FB Light Slate Blue

📋 copy color: '#A080FB'

red 160 ◦ green 128 ◦ blue 251

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

Shades of Light Slate Blue #A080FB

Tints of Light Slate Blue #A080FB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.75%

 BLUE value IS 251 (98.44% from 255) = 46.57%

R = 29.68%
G = 23.75%
B = 46.57%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A080FB (or 0xA080FB) is known color: Light Slate Blue. HEX triplet: A0, 80 and FB. RGB value is (160,128,251). Sum of RGB (Red+Green+Blue) = 160+128+251=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #A080FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A080FB is #5F7F04. Grayscale: #979797. Windows color (decimal): -6258437 or 16482464. OLE color: 16482464.

HSL color Cylindrical-coordinate representation of color #A080FB: hue angle of 255.61º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A080FB is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 128 251 -
CMYK 0.36 0.49 0 0.02
HSL 255.61º 0.94% 0.74% -
HSV(B) 255.61º 0.49% 0.98% -
XYZ 39.63 29.88 94.94 -
YUV 151.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 160 128 251 0.36 0.49 0 0.02 255.61 0.94 0.74
Hex A0 80 FB 24 31 0 2 100 5E 4A
Octal 240 200 373 44 61 0 2 400 136 112
Binary 10100000 10000000 11111011 100100 110001 0 10 100000000 1011110 1001010

Color Harmonies of #A080FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080FB

Black with #A080FB

Text Example


Text Example

White with #A080FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080FB; }

 p { color: rgb(160,128,251); }

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

background-color css

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

 a { background-color: rgb(160,128,251); }

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

border-color css

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

 span { border-color: rgb(160,128,251); }

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