Html Css Color HEX #A78AFC Light Slate Blue

📋 copy color: '#A78AFC'

red 167 ◦ green 138 ◦ blue 252

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

Shades of Light Slate Blue #A78AFC

Tints of Light Slate Blue #A78AFC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.78%

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

R = 29.98%
G = 24.78%
B = 45.24%

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

#A78AFC (or 0xA78AFC) is known color: Light Slate Blue. HEX triplet: A7, 8A and FC. RGB value is (167,138,252). Sum of RGB (Red+Green+Blue) = 167+138+252=557 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.98% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #A78AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78AFC is #587503. Grayscale: #9F9F9F. Windows color (decimal): -5797124 or 16550567. OLE color: 16550567.

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

Color convert

RGB 167 138 252 -
CMYK 0.34 0.45 0 0.01
HSL 255.26º 0.95% 0.76% -
HSV(B) 255.26º 0.45% 0.99% -
XYZ 42.6 33.42 96.3 -
YUV 159.67 180.11 133.23 -
System Red Green Blue C M Y K H S L
Decimal 167 138 252 0.34 0.45 0 0.01 255.26 0.95 0.76
Hex A7 8A FC 22 2D 0 1 FF 5F 4C
Octal 247 212 374 42 55 0 1 377 137 114
Binary 10100111 10001010 11111100 100010 101101 0 1 11111111 1011111 1001100

Color Harmonies of #A78AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78AFC

Black with #A78AFC

Text Example


Text Example

White with #A78AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78AFC; }

 p { color: rgb(167,138,252); }

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

background-color css

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

 a { background-color: rgb(167,138,252); }

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

border-color css

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

 span { border-color: rgb(167,138,252); }

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