Html Css Color HEX #A682FA Medium Purple

📋 copy color: '#A682FA'

red 166 ◦ green 130 ◦ blue 250

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

Shades of Medium Purple #A682FA

Tints of Medium Purple #A682FA

RGB

 RED value IS 166 (65.23% from 255) = 30.4%

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

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

R = 30.4%
G = 23.81%
B = 45.79%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A682FA (or 0xA682FA) is known color: Medium Purple. HEX triplet: A6, 82 and FA. RGB value is (166,130,250). Sum of RGB (Red+Green+Blue) = 166+130+250=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #A682FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A682FA is #597D05. Grayscale: #9A9A9A. Windows color (decimal): -5864710 or 16417446. OLE color: 16417446.

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

Color convert

RGB 166 130 250 -
CMYK 0.34 0.48 0 0.02
HSL 258º 0.92% 0.75% -
HSV(B) 258º 0.48% 0.98% -
XYZ 40.96 30.97 94.26 -
YUV 154.44 181.93 136.24 -
System Red Green Blue C M Y K H S L
Decimal 166 130 250 0.34 0.48 0 0.02 258 0.92 0.75
Hex A6 82 FA 22 30 0 2 102 5C 4B
Octal 246 202 372 42 60 0 2 402 134 113
Binary 10100110 10000010 11111010 100010 110000 0 10 100000010 1011100 1001011

Color Harmonies of #A682FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A682FA

Black with #A682FA

Text Example


Text Example

White with #A682FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A682FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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