Html Css Color HEX #A77AFE Light Slate Blue

📋 copy color: '#A77AFE'

red 167 ◦ green 122 ◦ blue 254

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

Shades of Light Slate Blue #A77AFE

Tints of Light Slate Blue #A77AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.47%

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

R = 30.76%
G = 22.47%
B = 46.78%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A77AFE (or 0xA77AFE) is known color: Light Slate Blue. HEX triplet: A7, 7A and FE. RGB value is (167,122,254). Sum of RGB (Red+Green+Blue) = 167+122+254=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #A77AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77AFE is #588501. Grayscale: #969696. Windows color (decimal): -5801218 or 16677543. OLE color: 16677543.

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

Color convert

RGB 167 122 254 -
CMYK 0.34 0.52 0 0.00
HSL 260.45º 0.99% 0.74% -
HSV(B) 260.45º 0.52% 1% -
XYZ 40.79 29.29 97.27 -
YUV 150.5 186.41 139.77 -
System Red Green Blue C M Y K H S L
Decimal 167 122 254 0.34 0.52 0 0.00 260.45 0.99 0.74
Hex A7 7A FE 22 34 0 0 104 63 4A
Octal 247 172 376 42 64 0 0 404 143 112
Binary 10100111 1111010 11111110 100010 110100 0 0 100000100 1100011 1001010

Color Harmonies of #A77AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77AFE

Black with #A77AFE

Text Example


Text Example

White with #A77AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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