Html Css Color HEX #A781FC Light Slate Blue

📋 copy color: '#A781FC'

red 167 ◦ green 129 ◦ blue 252

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

Shades of Light Slate Blue #A781FC

Tints of Light Slate Blue #A781FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.99%

R = 30.47%
G = 23.54%
B = 45.99%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A781FC (or 0xA781FC) is known color: Light Slate Blue. HEX triplet: A7, 81 and FC. RGB value is (167,129,252). Sum of RGB (Red+Green+Blue) = 167+129+252=548 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.47% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #A781FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A781FC is #587E03. Grayscale: #999999. Windows color (decimal): -5799428 or 16548263. OLE color: 16548263.

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

Color convert

RGB 167 129 252 -
CMYK 0.34 0.49 0 0.01
HSL 258.54º 0.95% 0.75% -
HSV(B) 258.54º 0.49% 0.99% -
XYZ 41.36 30.94 95.89 -
YUV 154.38 183.09 137 -
System Red Green Blue C M Y K H S L
Decimal 167 129 252 0.34 0.49 0 0.01 258.54 0.95 0.75
Hex A7 81 FC 22 31 0 1 103 5F 4B
Octal 247 201 374 42 61 0 1 403 137 113
Binary 10100111 10000001 11111100 100010 110001 0 1 100000011 1011111 1001011

Color Harmonies of #A781FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A781FC

Black with #A781FC

Text Example


Text Example

White with #A781FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A781FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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