Html Css Color HEX #A78CFD Light Slate Blue

📋 copy color: '#A78CFD'

red 167 ◦ green 140 ◦ blue 253

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

Shades of Light Slate Blue #A78CFD

Tints of Light Slate Blue #A78CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25%

 BLUE value IS 253 (99.22% from 255) = 45.18%

R = 29.82%
G = 25%
B = 45.18%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A78CFD (or 0xA78CFD) is known color: Light Slate Blue. HEX triplet: A7, 8C and FD. RGB value is (167,140,253). Sum of RGB (Red+Green+Blue) = 167+140+253=560 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.82% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #A78CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78CFD is #587302. Grayscale: #A0A0A0. Windows color (decimal): -5796611 or 16616615. OLE color: 16616615.

HSL color Cylindrical-coordinate representation of color #A78CFD: hue angle of 254.34º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A78CFD is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 140 253 -
CMYK 0.34 0.45 0 0.01
HSL 254.34º 0.97% 0.77% -
HSV(B) 254.34º 0.45% 0.99% -
XYZ 43.04 34.06 97.23 -
YUV 160.96 179.95 132.31 -
System Red Green Blue C M Y K H S L
Decimal 167 140 253 0.34 0.45 0 0.01 254.34 0.97 0.77
Hex A7 8C FD 22 2D 0 1 FE 61 4D
Octal 247 214 375 42 55 0 1 376 141 115
Binary 10100111 10001100 11111101 100010 101101 0 1 11111110 1100001 1001101

Color Harmonies of #A78CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78CFD

Black with #A78CFD

Text Example


Text Example

White with #A78CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78CFD; }

 p { color: rgb(167,140,253); }

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

background-color css

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

 a { background-color: rgb(167,140,253); }

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

border-color css

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

 span { border-color: rgb(167,140,253); }

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