Html Css Color HEX #A774FE Light Slate Blue

📋 copy color: '#A774FE'

red 167 ◦ green 116 ◦ blue 254

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

Shades of Light Slate Blue #A774FE

Tints of Light Slate Blue #A774FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.6%

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

R = 31.1%
G = 21.6%
B = 47.3%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A774FE (or 0xA774FE) is known color: Light Slate Blue. HEX triplet: A7, 74 and FE. RGB value is (167,116,254). Sum of RGB (Red+Green+Blue) = 167+116+254=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #A774FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A774FE is #588B01. Grayscale: #929292. Windows color (decimal): -5802754 or 16676007. OLE color: 16676007.

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

Color convert

RGB 167 116 254 -
CMYK 0.34 0.54 0 0.00
HSL 262.17º 0.99% 0.73% -
HSV(B) 262.17º 0.54% 1% -
XYZ 40.07 27.86 97.03 -
YUV 146.98 188.4 142.28 -
System Red Green Blue C M Y K H S L
Decimal 167 116 254 0.34 0.54 0 0.00 262.17 0.99 0.73
Hex A7 74 FE 22 36 0 0 106 63 49
Octal 247 164 376 42 66 0 0 406 143 111
Binary 10100111 1110100 11111110 100010 110110 0 0 100000110 1100011 1001001

Color Harmonies of #A774FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A774FE

Black with #A774FE

Text Example


Text Example

White with #A774FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A774FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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