Html Css Color HEX #A985FA Medium Purple

📋 copy color: '#A985FA'

red 169 ◦ green 133 ◦ blue 250

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

Shades of Medium Purple #A985FA

Tints of Medium Purple #A985FA

RGB

 RED value IS 169 (66.41% from 255) = 30.62%

 GREEN value IS 133 (52.34% from 255) = 24.09%

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

R = 30.62%
G = 24.09%
B = 45.29%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A985FA (or 0xA985FA) is known color: Medium Purple. HEX triplet: A9, 85 and FA. RGB value is (169,133,250). Sum of RGB (Red+Green+Blue) = 169+133+250=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #A985FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A985FA is #567A05. Grayscale: #9C9C9C. Windows color (decimal): -5667334 or 16418217. OLE color: 16418217.

HSL color Cylindrical-coordinate representation of color #A985FA: hue angle of 258.46º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A985FA is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 133 250 -
CMYK 0.32 0.47 0 0.02
HSL 258.46º 0.92% 0.75% -
HSV(B) 258.46º 0.47% 0.98% -
XYZ 42.01 32.11 94.43 -
YUV 157.1 180.43 136.49 -
System Red Green Blue C M Y K H S L
Decimal 169 133 250 0.32 0.47 0 0.02 258.46 0.92 0.75
Hex A9 85 FA 20 2F 0 2 102 5C 4B
Octal 251 205 372 40 57 0 2 402 134 113
Binary 10101001 10000101 11111010 100000 101111 0 10 100000010 1011100 1001011

Color Harmonies of #A985FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A985FA

Black with #A985FA

Text Example


Text Example

White with #A985FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A985FA; }

 p { color: rgb(169,133,250); }

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

background-color css

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

 a { background-color: rgb(169,133,250); }

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

border-color css

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

 span { border-color: rgb(169,133,250); }

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