Html Css Color HEX #A481FC Light Slate Blue

📋 copy color: '#A481FC'

red 164 ◦ green 129 ◦ blue 252

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

Shades of Light Slate Blue #A481FC

Tints of Light Slate Blue #A481FC

RGB

 RED value IS 164 (64.45% from 255) = 30.09%

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

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

R = 30.09%
G = 23.67%
B = 46.24%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A481FC (or 0xA481FC) is known color: Light Slate Blue. HEX triplet: A4, 81 and FC. RGB value is (164,129,252). Sum of RGB (Red+Green+Blue) = 164+129+252=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #A481FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A481FC is #5B7E03. Grayscale: #999999. Windows color (decimal): -5996036 or 16548260. OLE color: 16548260.

HSL color Cylindrical-coordinate representation of color #A481FC: hue angle of 257.07º 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 #A481FC is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 129 252 -
CMYK 0.35 0.49 0 0.01
HSL 257.07º 0.95% 0.75% -
HSV(B) 257.07º 0.49% 0.99% -
XYZ 40.73 30.62 95.86 -
YUV 153.49 183.6 135.5 -
System Red Green Blue C M Y K H S L
Decimal 164 129 252 0.35 0.49 0 0.01 257.07 0.95 0.75
Hex A4 81 FC 23 31 0 1 101 5F 4B
Octal 244 201 374 43 61 0 1 401 137 113
Binary 10100100 10000001 11111100 100011 110001 0 1 100000001 1011111 1001011

Color Harmonies of #A481FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A481FC

Black with #A481FC

Text Example


Text Example

White with #A481FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A481FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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