Html Css Color HEX #A781FE Light Slate Blue

📋 copy color: '#A781FE'

red 167 ◦ green 129 ◦ blue 254

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

Shades of Light Slate Blue #A781FE

Tints of Light Slate Blue #A781FE

RGB

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

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

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

R = 30.36%
G = 23.45%
B = 46.18%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A781FE (or 0xA781FE) is known color: Light Slate Blue. HEX triplet: A7, 81 and FE. RGB value is (167,129,254). Sum of RGB (Red+Green+Blue) = 167+129+254=550 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.36% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #A781FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A781FE is #587E01. Grayscale: #9A9A9A. Windows color (decimal): -5799426 or 16679335. OLE color: 16679335.

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

Color convert

RGB 167 129 254 -
CMYK 0.34 0.49 0 0.00
HSL 258.24º 0.98% 0.75% -
HSV(B) 258.24º 0.49% 1% -
XYZ 41.68 31.07 97.57 -
YUV 154.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 167 129 254 0.34 0.49 0 0.00 258.24 0.98 0.75
Hex A7 81 FE 22 31 0 0 102 62 4B
Octal 247 201 376 42 61 0 0 402 142 113
Binary 10100111 10000001 11111110 100010 110001 0 0 100000010 1100010 1001011

Color Harmonies of #A781FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A781FE

Black with #A781FE

Text Example


Text Example

White with #A781FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A781FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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