Html Css Color HEX #A780FE Light Slate Blue

📋 copy color: '#A780FE'

red 167 ◦ green 128 ◦ blue 254

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

Shades of Light Slate Blue #A780FE

Tints of Light Slate Blue #A780FE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.32%

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

R = 30.42%
G = 23.32%
B = 46.27%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A780FE (or 0xA780FE) is known color: Light Slate Blue. HEX triplet: A7, 80 and FE. RGB value is (167,128,254). Sum of RGB (Red+Green+Blue) = 167+128+254=549 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.42% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #A780FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A780FE is #587F01. Grayscale: #999999. Windows color (decimal): -5799682 or 16679079. OLE color: 16679079.

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

Color convert

RGB 167 128 254 -
CMYK 0.34 0.50 0 0.00
HSL 258.57º 0.98% 0.75% -
HSV(B) 258.57º 0.5% 1% -
XYZ 41.54 30.81 97.52 -
YUV 154.03 184.42 137.25 -
System Red Green Blue C M Y K H S L
Decimal 167 128 254 0.34 0.50 0 0.00 258.57 0.98 0.75
Hex A7 80 FE 22 32 0 0 103 62 4B
Octal 247 200 376 42 62 0 0 403 142 113
Binary 10100111 10000000 11111110 100010 110010 0 0 100000011 1100010 1001011

Color Harmonies of #A780FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A780FE

Black with #A780FE

Text Example


Text Example

White with #A780FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A780FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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