Html Css Color HEX #A082FA Light Slate Blue

📋 copy color: '#A082FA'

red 160 ◦ green 130 ◦ blue 250

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

Shades of Light Slate Blue #A082FA

Tints of Light Slate Blue #A082FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.3%

R = 29.63%
G = 24.07%
B = 46.3%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A082FA (or 0xA082FA) is known color: Light Slate Blue. HEX triplet: A0, 82 and FA. RGB value is (160,130,250). Sum of RGB (Red+Green+Blue) = 160+130+250=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #A082FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A082FA is #5F7D05. Grayscale: #989898. Windows color (decimal): -6257926 or 16417440. OLE color: 16417440.

HSL color Cylindrical-coordinate representation of color #A082FA: hue angle of 255º degrees, saturation: 0.92, 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 #A082FA is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 130 250 -
CMYK 0.36 0.48 0 0.02
HSL 255º 0.92% 0.75% -
HSV(B) 255º 0.48% 0.98% -
XYZ 39.74 30.34 94.2 -
YUV 152.65 182.94 133.24 -
System Red Green Blue C M Y K H S L
Decimal 160 130 250 0.36 0.48 0 0.02 255 0.92 0.75
Hex A0 82 FA 24 30 0 2 FF 5C 4B
Octal 240 202 372 44 60 0 2 377 134 113
Binary 10100000 10000010 11111010 100100 110000 0 10 11111111 1011100 1001011

Color Harmonies of #A082FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082FA

Black with #A082FA

Text Example


Text Example

White with #A082FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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