Html Css Color HEX #A78AFE Light Slate Blue

📋 copy color: '#A78AFE'

red 167 ◦ green 138 ◦ blue 254

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

Shades of Light Slate Blue #A78AFE

Tints of Light Slate Blue #A78AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 29.87%
G = 24.69%
B = 45.44%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A78AFE (or 0xA78AFE) is known color: Light Slate Blue. HEX triplet: A7, 8A and FE. RGB value is (167,138,254). Sum of RGB (Red+Green+Blue) = 167+138+254=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #A78AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78AFE is #587501. Grayscale: #9F9F9F. Windows color (decimal): -5797122 or 16681639. OLE color: 16681639.

HSL color Cylindrical-coordinate representation of color #A78AFE: hue angle of 255º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A78AFE is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 167 138 254 -
CMYK 0.34 0.46 0 0.00
HSL 255º 0.98% 0.77% -
HSV(B) 255º 0.46% 1% -
XYZ 42.91 33.55 97.98 -
YUV 159.9 181.11 133.07 -
System Red Green Blue C M Y K H S L
Decimal 167 138 254 0.34 0.46 0 0.00 255 0.98 0.77
Hex A7 8A FE 22 2E 0 0 FF 62 4D
Octal 247 212 376 42 56 0 0 377 142 115
Binary 10100111 10001010 11111110 100010 101110 0 0 11111111 1100010 1001101

Color Harmonies of #A78AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78AFE

Black with #A78AFE

Text Example


Text Example

White with #A78AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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