Html Css Color HEX #A082FF Light Slate Blue

📋 copy color: '#A082FF'

red 160 ◦ green 130 ◦ blue 255

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

Shades of Light Slate Blue #A082FF

Tints of Light Slate Blue #A082FF

RGB

 RED value IS 160 (62.89% from 255) = 29.36%

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

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

R = 29.36%
G = 23.85%
B = 46.79%

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

#A082FF (or 0xA082FF) is known color: Light Slate Blue. HEX triplet: A0, 82 and FF. RGB value is (160,130,255). Sum of RGB (Red+Green+Blue) = 160+130+255=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #A082FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A082FF is #5F7D00. Grayscale: #989898. Windows color (decimal): -6257921 or 16745120. OLE color: 16745120.

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

Color convert

RGB 160 130 255 -
CMYK 0.37 0.49 0 0
HSL 254.4º 1% 0.75% -
HSV(B) 254.4º 0.49% 1% -
XYZ 40.53 30.66 98.39 -
YUV 153.22 185.44 132.84 -
System Red Green Blue C M Y K H S L
Decimal 160 130 255 0.37 0.49 0 0 254.4 1 0.75
Hex A0 82 FF 25 31 0 0 FE 64 4B
Octal 240 202 377 45 61 0 0 376 144 113
Binary 10100000 10000010 11111111 100101 110001 0 0 11111110 1100100 1001011

Color Harmonies of #A082FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082FF

Black with #A082FF

Text Example


Text Example

White with #A082FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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