Html Css Color HEX #A76EFF Light Slate Blue

📋 copy color: '#A76EFF'

red 167 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #A76EFF

Tints of Light Slate Blue #A76EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.68%

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

R = 31.39%
G = 20.68%
B = 47.93%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A76EFF (or 0xA76EFF) is known color: Light Slate Blue. HEX triplet: A7, 6E and FF. RGB value is (167,110,255). Sum of RGB (Red+Green+Blue) = 167+110+255=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #A76EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76EFF is #589100. Grayscale: #8F8F8F. Windows color (decimal): -5804289 or 16740007. OLE color: 16740007.

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

Color convert

RGB 167 110 255 -
CMYK 0.35 0.57 0 0
HSL 263.59º 1% 0.72% -
HSV(B) 263.59º 0.57% 1% -
XYZ 39.56 26.59 97.65 -
YUV 143.57 190.88 144.71 -
System Red Green Blue C M Y K H S L
Decimal 167 110 255 0.35 0.57 0 0 263.59 1 0.72
Hex A7 6E FF 23 39 0 0 108 64 48
Octal 247 156 377 43 71 0 0 410 144 110
Binary 10100111 1101110 11111111 100011 111001 0 0 100001000 1100100 1001000

Color Harmonies of #A76EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76EFF

Black with #A76EFF

Text Example


Text Example

White with #A76EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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