Html Css Color HEX #A778FF Light Slate Blue

📋 copy color: '#A778FF'

red 167 ◦ green 120 ◦ blue 255

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

Shades of Light Slate Blue #A778FF

Tints of Light Slate Blue #A778FF

RGB

 RED value IS 167 (65.63% from 255) = 30.81%

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

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

R = 30.81%
G = 22.14%
B = 47.05%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A778FF (or 0xA778FF) is known color: Light Slate Blue. HEX triplet: A7, 78 and FF. RGB value is (167,120,255). Sum of RGB (Red+Green+Blue) = 167+120+255=542 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.81% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #A778FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A778FF is #588700. Grayscale: #949494. Windows color (decimal): -5801729 or 16742567. OLE color: 16742567.

HSL color Cylindrical-coordinate representation of color #A778FF: hue angle of 260.89º 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 #A778FF is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 167 120 255 -
CMYK 0.35 0.53 0 0
HSL 260.89º 1% 0.74% -
HSV(B) 260.89º 0.53% 1% -
XYZ 40.7 28.87 98.03 -
YUV 149.44 187.57 140.52 -
System Red Green Blue C M Y K H S L
Decimal 167 120 255 0.35 0.53 0 0 260.89 1 0.74
Hex A7 78 FF 23 35 0 0 105 64 4A
Octal 247 170 377 43 65 0 0 405 144 112
Binary 10100111 1111000 11111111 100011 110101 0 0 100000101 1100100 1001010

Color Harmonies of #A778FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A778FF

Black with #A778FF

Text Example


Text Example

White with #A778FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A778FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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