Html Css Color HEX #A78AFB Light Slate Blue

📋 copy color: '#A78AFB'

red 167 ◦ green 138 ◦ blue 251

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

Shades of Light Slate Blue #A78AFB

Tints of Light Slate Blue #A78AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.14%

R = 30.04%
G = 24.82%
B = 45.14%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A78AFB (or 0xA78AFB) is known color: Light Slate Blue. HEX triplet: A7, 8A and FB. RGB value is (167,138,251). Sum of RGB (Red+Green+Blue) = 167+138+251=556 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.04% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #A78AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78AFB is #587504. Grayscale: #9F9F9F. Windows color (decimal): -5797125 or 16485031. OLE color: 16485031.

HSL color Cylindrical-coordinate representation of color #A78AFB: hue angle of 255.4º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A78AFB is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 138 251 -
CMYK 0.33 0.45 0 0.02
HSL 255.4º 0.93% 0.76% -
HSV(B) 255.4º 0.45% 0.98% -
XYZ 42.44 33.36 95.47 -
YUV 159.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 167 138 251 0.33 0.45 0 0.02 255.4 0.93 0.76
Hex A7 8A FB 21 2D 0 2 FF 5D 4C
Octal 247 212 373 41 55 0 2 377 135 114
Binary 10100111 10001010 11111011 100001 101101 0 10 11111111 1011101 1001100

Color Harmonies of #A78AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78AFB

Black with #A78AFB

Text Example


Text Example

White with #A78AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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