Html Css Color HEX #A078FC Light Slate Blue

📋 copy color: '#A078FC'

red 160 ◦ green 120 ◦ blue 252

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

Shades of Light Slate Blue #A078FC

Tints of Light Slate Blue #A078FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.37%

R = 30.08%
G = 22.56%
B = 47.37%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A078FC (or 0xA078FC) is known color: Light Slate Blue. HEX triplet: A0, 78 and FC. RGB value is (160,120,252). Sum of RGB (Red+Green+Blue) = 160+120+252=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #A078FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A078FC is #5F8703. Grayscale: #929292. Windows color (decimal): -6260484 or 16545952. OLE color: 16545952.

HSL color Cylindrical-coordinate representation of color #A078FC: hue angle of 258.18º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A078FC is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 120 252 -
CMYK 0.37 0.52 0 0.01
HSL 258.18º 0.96% 0.73% -
HSV(B) 258.18º 0.52% 0.99% -
XYZ 38.78 27.93 95.44 -
YUV 147.01 187.25 137.27 -
System Red Green Blue C M Y K H S L
Decimal 160 120 252 0.37 0.52 0 0.01 258.18 0.96 0.73
Hex A0 78 FC 25 34 0 1 102 60 49
Octal 240 170 374 45 64 0 1 402 140 111
Binary 10100000 1111000 11111100 100101 110100 0 1 100000010 1100000 1001001

Color Harmonies of #A078FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A078FC

Black with #A078FC

Text Example


Text Example

White with #A078FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A078FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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