Html Css Color HEX #A078FF Light Slate Blue

📋 copy color: '#A078FF'

red 160 ◦ green 120 ◦ blue 255

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

Shades of Light Slate Blue #A078FF

Tints of Light Slate Blue #A078FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.66%

R = 29.91%
G = 22.43%
B = 47.66%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A078FF (or 0xA078FF) is known color: Light Slate Blue. HEX triplet: A0, 78 and FF. RGB value is (160,120,255). Sum of RGB (Red+Green+Blue) = 160+120+255=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #A078FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A078FF is #5F8700. Grayscale: #929292. Windows color (decimal): -6260481 or 16742560. OLE color: 16742560.

HSL color Cylindrical-coordinate representation of color #A078FF: hue angle of 257.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A078FF is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 120 255 -
CMYK 0.37 0.53 0 0
HSL 257.78º 1% 0.74% -
HSV(B) 257.78º 0.53% 1% -
XYZ 39.26 28.13 97.97 -
YUV 147.35 188.75 137.02 -
System Red Green Blue C M Y K H S L
Decimal 160 120 255 0.37 0.53 0 0 257.78 1 0.74
Hex A0 78 FF 25 35 0 0 102 64 4A
Octal 240 170 377 45 65 0 0 402 144 112
Binary 10100000 1111000 11111111 100101 110101 0 0 100000010 1100100 1001010

Color Harmonies of #A078FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A078FF

Black with #A078FF

Text Example


Text Example

White with #A078FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A078FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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