#A07BFA

Color #A07BFA Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #A07BFA

Tints of Light Slate Blue #A07BFA

Color information

#A07BFA (or 0xA07BFA) is unknown color: approx Light Slate Blue. HEX triplet: A0, 7B and FA. RGB value is (160,123,250). Sum of RGB (Red+Green+Blue) = 160+123+250=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #A07BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07BFA is #5F8405. Grayscale: #949494. Windows color (decimal): -6259718 or 16415648. OLE color: 16415648.

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

Color convert

RGB160123250-
CMYK0.360.5100.02
HSL257.48º92.7%73.14%-
HSV(B)257.48º50.8%98.04%-
XYZ38.8428.5493.9-
YUV148.54185.26136.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 123 (48.44% from 255) = 23.08%
BLUE value IS 250 (98.05% from 255) = 46.90%
R=30.02%
G=23.08%
B=46.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601232500.360.5100.02257.4892.773.14
HexA07BFA2433021015d49
Octal240173372446302401135111
Binary1010000011110111111101010010011001101010000000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07BFA; }

 p { color: rgb(160,123,250); }

 H1.HeaderClassName
 {
   color: #A07BFA;
 }
 .AnyTagClassName
 {
   color: #A07BFA;
 }
</style>
background-color css

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

 a { background-color: rgb(160,123,250); }

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

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

 span { border-color: rgb(160,123,250); }

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