Html Css Color HEX #A969F2 Medium Purple

📋 copy color: '#A969F2'

red 169 ◦ green 105 ◦ blue 242

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

Shades of Medium Purple #A969F2

Tints of Medium Purple #A969F2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.35%

 BLUE value IS 242 (94.92% from 255) = 46.9%

R = 32.75%
G = 20.35%
B = 46.9%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A969F2 (or 0xA969F2) is known color: Medium Purple. HEX triplet: A9, 69 and F2. RGB value is (169,105,242). Sum of RGB (Red+Green+Blue) = 169+105+242=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #A969F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A969F2 is #56960D. Grayscale: #8B8B8B. Windows color (decimal): -5674510 or 15886761. OLE color: 15886761.

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

Color convert

RGB 169 105 242 -
CMYK 0.30 0.57 0 0.05
HSL 268.03º 0.84% 0.68% -
HSV(B) 268.03º 0.57% 0.95% -
XYZ 37.44 24.95 86.85 -
YUV 139.75 185.7 148.86 -
System Red Green Blue C M Y K H S L
Decimal 169 105 242 0.30 0.57 0 0.05 268.03 0.84 0.68
Hex A9 69 F2 1E 39 0 5 10C 54 44
Octal 251 151 362 36 71 0 5 414 124 104
Binary 10101001 1101001 11110010 11110 111001 0 101 100001100 1010100 1000100

Color Harmonies of #A969F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A969F2

Black with #A969F2

Text Example


Text Example

White with #A969F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A969F2; }

 p { color: rgb(169,105,242); }

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

background-color css

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

 a { background-color: rgb(169,105,242); }

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

border-color css

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

 span { border-color: rgb(169,105,242); }

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