Html Css Color HEX #A078F9 Light Slate Blue

📋 copy color: '#A078F9'

red 160 ◦ green 120 ◦ blue 249

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

Shades of Light Slate Blue #A078F9

Tints of Light Slate Blue #A078F9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.68%

 BLUE value IS 249 (97.66% from 255) = 47.07%

R = 30.25%
G = 22.68%
B = 47.07%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A078F9 (or 0xA078F9) is known color: Light Slate Blue. HEX triplet: A0, 78 and F9. RGB value is (160,120,249). Sum of RGB (Red+Green+Blue) = 160+120+249=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #A078F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A078F9 is #5F8706. Grayscale: #929292. Windows color (decimal): -6260487 or 16349344. OLE color: 16349344.

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

Color convert

RGB 160 120 249 -
CMYK 0.36 0.52 0 0.02
HSL 258.6º 0.91% 0.72% -
HSV(B) 258.6º 0.52% 0.98% -
XYZ 38.31 27.75 92.96 -
YUV 146.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 160 120 249 0.36 0.52 0 0.02 258.6 0.91 0.72
Hex A0 78 F9 24 34 0 2 103 5B 48
Octal 240 170 371 44 64 0 2 403 133 110
Binary 10100000 1111000 11111001 100100 110100 0 10 100000011 1011011 1001000

Color Harmonies of #A078F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A078F9

Black with #A078F9

Text Example


Text Example

White with #A078F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A078F9; }

 p { color: rgb(160,120,249); }

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

background-color css

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

 a { background-color: rgb(160,120,249); }

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

border-color css

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

 span { border-color: rgb(160,120,249); }

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