Html Css Color HEX #A382FE Light Slate Blue

📋 copy color: '#A382FE'

red 163 ◦ green 130 ◦ blue 254

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

Shades of Light Slate Blue #A382FE

Tints of Light Slate Blue #A382FE

RGB

 RED value IS 163 (64.06% from 255) = 29.8%

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

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

R = 29.8%
G = 23.77%
B = 46.44%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A382FE (or 0xA382FE) is known color: Light Slate Blue. HEX triplet: A3, 82 and FE. RGB value is (163,130,254). Sum of RGB (Red+Green+Blue) = 163+130+254=547 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.80% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #A382FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A382FE is #5C7D01. Grayscale: #999999. Windows color (decimal): -6061314 or 16679587. OLE color: 16679587.

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

Color convert

RGB 163 130 254 -
CMYK 0.36 0.49 0 0.00
HSL 255.97º 0.98% 0.75% -
HSV(B) 255.97º 0.49% 1% -
XYZ 40.98 30.91 97.57 -
YUV 154 184.43 134.42 -
System Red Green Blue C M Y K H S L
Decimal 163 130 254 0.36 0.49 0 0.00 255.97 0.98 0.75
Hex A3 82 FE 24 31 0 0 100 62 4B
Octal 243 202 376 44 61 0 0 400 142 113
Binary 10100011 10000010 11111110 100100 110001 0 0 100000000 1100010 1001011

Color Harmonies of #A382FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A382FE

Black with #A382FE

Text Example


Text Example

White with #A382FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A382FE; }

 p { color: rgb(163,130,254); }

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

background-color css

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

 a { background-color: rgb(163,130,254); }

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

border-color css

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

 span { border-color: rgb(163,130,254); }

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