Html Css Color HEX #A182FF Light Slate Blue

📋 copy color: '#A182FF'

red 161 ◦ green 130 ◦ blue 255

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

Shades of Light Slate Blue #A182FF

Tints of Light Slate Blue #A182FF

RGB

 RED value IS 161 (63.28% from 255) = 29.49%

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

 BLUE value IS 255 (100% from 255) = 46.7%

R = 29.49%
G = 23.81%
B = 46.7%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A182FF (or 0xA182FF) is known color: Light Slate Blue. HEX triplet: A1, 82 and FF. RGB value is (161,130,255). Sum of RGB (Red+Green+Blue) = 161+130+255=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #A182FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A182FF is #5E7D00. Grayscale: #999999. Windows color (decimal): -6192385 or 16745121. OLE color: 16745121.

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

Color convert

RGB 161 130 255 -
CMYK 0.37 0.49 0 0
HSL 254.88º 1% 0.75% -
HSV(B) 254.88º 0.49% 1% -
XYZ 40.73 30.76 98.4 -
YUV 153.52 185.27 133.34 -
System Red Green Blue C M Y K H S L
Decimal 161 130 255 0.37 0.49 0 0 254.88 1 0.75
Hex A1 82 FF 25 31 0 0 FF 64 4B
Octal 241 202 377 45 61 0 0 377 144 113
Binary 10100001 10000010 11111111 100101 110001 0 0 11111111 1100100 1001011

Color Harmonies of #A182FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A182FF

Black with #A182FF

Text Example


Text Example

White with #A182FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A182FF; }

 p { color: rgb(161,130,255); }

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

background-color css

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

 a { background-color: rgb(161,130,255); }

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

border-color css

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

 span { border-color: rgb(161,130,255); }

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