Html Css Color HEX #A968F0 Medium Purple

📋 copy color: '#A968F0'

red 169 ◦ green 104 ◦ blue 240

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

Shades of Medium Purple #A968F0

Tints of Medium Purple #A968F0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.27%

 BLUE value IS 240 (94.14% from 255) = 46.78%

R = 32.94%
G = 20.27%
B = 46.78%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A968F0 (or 0xA968F0) is known color: Medium Purple. HEX triplet: A9, 68 and F0. RGB value is (169,104,240). Sum of RGB (Red+Green+Blue) = 169+104+240=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #A968F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A968F0 is #56970F. Grayscale: #8A8A8A. Windows color (decimal): -5674768 or 15755433. OLE color: 15755433.

HSL color Cylindrical-coordinate representation of color #A968F0: hue angle of 268.68º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A968F0 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 104 240 -
CMYK 0.30 0.57 0 0.06
HSL 268.68º 0.82% 0.67% -
HSV(B) 268.68º 0.57% 0.94% -
XYZ 37.04 24.63 85.24 -
YUV 138.94 185.03 149.44 -
System Red Green Blue C M Y K H S L
Decimal 169 104 240 0.30 0.57 0 0.06 268.68 0.82 0.67
Hex A9 68 F0 1E 39 0 6 10D 52 43
Octal 251 150 360 36 71 0 6 415 122 103
Binary 10101001 1101000 11110000 11110 111001 0 110 100001101 1010010 1000011

Color Harmonies of #A968F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A968F0

Black with #A968F0

Text Example


Text Example

White with #A968F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A968F0; }

 p { color: rgb(169,104,240); }

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

background-color css

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

 a { background-color: rgb(169,104,240); }

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

border-color css

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

 span { border-color: rgb(169,104,240); }

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