Html Css Color HEX #A965F1 Medium Purple

📋 copy color: '#A965F1'

red 169 ◦ green 101 ◦ blue 241

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

Shades of Medium Purple #A965F1

Tints of Medium Purple #A965F1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.77%

 BLUE value IS 241 (94.53% from 255) = 47.16%

R = 33.07%
G = 19.77%
B = 47.16%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A965F1 (or 0xA965F1) is known color: Medium Purple. HEX triplet: A9, 65 and F1. RGB value is (169,101,241). Sum of RGB (Red+Green+Blue) = 169+101+241=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #A965F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A965F1 is #569A0E. Grayscale: #888888. Windows color (decimal): -5675535 or 15820201. OLE color: 15820201.

HSL color Cylindrical-coordinate representation of color #A965F1: hue angle of 269.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A965F1 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 101 241 -
CMYK 0.30 0.58 0 0.05
HSL 269.14º 0.83% 0.67% -
HSV(B) 269.14º 0.58% 0.95% -
XYZ 36.89 24.09 85.93 -
YUV 137.29 186.53 150.62 -
System Red Green Blue C M Y K H S L
Decimal 169 101 241 0.30 0.58 0 0.05 269.14 0.83 0.67
Hex A9 65 F1 1E 3A 0 5 10D 53 43
Octal 251 145 361 36 72 0 5 415 123 103
Binary 10101001 1100101 11110001 11110 111010 0 101 100001101 1010011 1000011

Color Harmonies of #A965F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A965F1

Black with #A965F1

Text Example


Text Example

White with #A965F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A965F1; }

 p { color: rgb(169,101,241); }

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

background-color css

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

 a { background-color: rgb(169,101,241); }

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

border-color css

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

 span { border-color: rgb(169,101,241); }

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