Html Css Color HEX #A774FF Light Slate Blue

📋 copy color: '#A774FF'

red 167 ◦ green 116 ◦ blue 255

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

Shades of Light Slate Blue #A774FF

Tints of Light Slate Blue #A774FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.4%

R = 31.04%
G = 21.56%
B = 47.4%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A774FF (or 0xA774FF) is known color: Light Slate Blue. HEX triplet: A7, 74 and FF. RGB value is (167,116,255). Sum of RGB (Red+Green+Blue) = 167+116+255=538 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.04% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #A774FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A774FF is #588B00. Grayscale: #929292. Windows color (decimal): -5802753 or 16741543. OLE color: 16741543.

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

Color convert

RGB 167 116 255 -
CMYK 0.35 0.55 0 0
HSL 262.01º 1% 0.73% -
HSV(B) 262.01º 0.55% 1% -
XYZ 40.23 27.93 97.88 -
YUV 147.1 188.9 142.2 -
System Red Green Blue C M Y K H S L
Decimal 167 116 255 0.35 0.55 0 0 262.01 1 0.73
Hex A7 74 FF 23 37 0 0 106 64 49
Octal 247 164 377 43 67 0 0 406 144 111
Binary 10100111 1110100 11111111 100011 110111 0 0 100000110 1100100 1001001

Color Harmonies of #A774FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A774FF

Black with #A774FF

Text Example


Text Example

White with #A774FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A774FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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