Html Css Color HEX #A078FA Light Slate Blue

📋 copy color: '#A078FA'

red 160 ◦ green 120 ◦ blue 250

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

Shades of Light Slate Blue #A078FA

Tints of Light Slate Blue #A078FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 30.19%
G = 22.64%
B = 47.17%

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

#A078FA (or 0xA078FA) is known color: Light Slate Blue. HEX triplet: A0, 78 and FA. RGB value is (160,120,250). Sum of RGB (Red+Green+Blue) = 160+120+250=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #A078FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A078FA is #5F8705. Grayscale: #929292. Windows color (decimal): -6260486 or 16414880. OLE color: 16414880.

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

Color convert

RGB 160 120 250 -
CMYK 0.36 0.52 0 0.02
HSL 258.46º 0.93% 0.73% -
HSV(B) 258.46º 0.52% 0.98% -
XYZ 38.47 27.81 93.78 -
YUV 146.78 186.25 137.43 -
System Red Green Blue C M Y K H S L
Decimal 160 120 250 0.36 0.52 0 0.02 258.46 0.93 0.73
Hex A0 78 FA 24 34 0 2 102 5D 49
Octal 240 170 372 44 64 0 2 402 135 111
Binary 10100000 1111000 11111010 100100 110100 0 10 100000010 1011101 1001001

Color Harmonies of #A078FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A078FA

Black with #A078FA

Text Example


Text Example

White with #A078FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A078FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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