Html Css Color HEX #A482FB Light Slate Blue

📋 copy color: '#A482FB'

red 164 ◦ green 130 ◦ blue 251

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

Shades of Light Slate Blue #A482FB

Tints of Light Slate Blue #A482FB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.85%

 BLUE value IS 251 (98.44% from 255) = 46.06%

R = 30.09%
G = 23.85%
B = 46.06%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A482FB (or 0xA482FB) is known color: Light Slate Blue. HEX triplet: A4, 82 and FB. RGB value is (164,130,251). Sum of RGB (Red+Green+Blue) = 164+130+251=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #A482FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A482FB is #5B7D04. Grayscale: #999999. Windows color (decimal): -5995781 or 16482980. OLE color: 16482980.

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

Color convert

RGB 164 130 251 -
CMYK 0.35 0.48 0 0.02
HSL 256.86º 0.94% 0.75% -
HSV(B) 256.86º 0.48% 0.98% -
XYZ 40.71 30.82 95.07 -
YUV 153.96 182.76 135.16 -
System Red Green Blue C M Y K H S L
Decimal 164 130 251 0.35 0.48 0 0.02 256.86 0.94 0.75
Hex A4 82 FB 23 30 0 2 101 5E 4B
Octal 244 202 373 43 60 0 2 401 136 113
Binary 10100100 10000010 11111011 100011 110000 0 10 100000001 1011110 1001011

Color Harmonies of #A482FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A482FB

Black with #A482FB

Text Example


Text Example

White with #A482FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A482FB; }

 p { color: rgb(164,130,251); }

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

background-color css

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

 a { background-color: rgb(164,130,251); }

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

border-color css

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

 span { border-color: rgb(164,130,251); }

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