Html Css Color HEX #A781FF Light Slate Blue

📋 copy color: '#A781FF'

red 167 ◦ green 129 ◦ blue 255

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

Shades of Light Slate Blue #A781FF

Tints of Light Slate Blue #A781FF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.41%

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

R = 30.31%
G = 23.41%
B = 46.28%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A781FF (or 0xA781FF) is known color: Light Slate Blue. HEX triplet: A7, 81 and FF. RGB value is (167,129,255). Sum of RGB (Red+Green+Blue) = 167+129+255=551 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.31% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #A781FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A781FF is #587E00. Grayscale: #9A9A9A. Windows color (decimal): -5799425 or 16744871. OLE color: 16744871.

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

Color convert

RGB 167 129 255 -
CMYK 0.35 0.49 0 0
HSL 258.1º 1% 0.75% -
HSV(B) 258.1º 0.49% 1% -
XYZ 41.84 31.14 98.41 -
YUV 154.73 184.59 136.75 -
System Red Green Blue C M Y K H S L
Decimal 167 129 255 0.35 0.49 0 0 258.1 1 0.75
Hex A7 81 FF 23 31 0 0 102 64 4B
Octal 247 201 377 43 61 0 0 402 144 113
Binary 10100111 10000001 11111111 100011 110001 0 0 100000010 1100100 1001011

Color Harmonies of #A781FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A781FF

Black with #A781FF

Text Example


Text Example

White with #A781FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A781FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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