Html Css Color HEX #A769F2 Medium Purple

📋 copy color: '#A769F2'

red 167 ◦ green 105 ◦ blue 242

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

Shades of Medium Purple #A769F2

Tints of Medium Purple #A769F2

RGB

 RED value IS 167 (65.63% from 255) = 32.49%

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

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

R = 32.49%
G = 20.43%
B = 47.08%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A769F2 (or 0xA769F2) is known color: Medium Purple. HEX triplet: A7, 69 and F2. RGB value is (167,105,242). Sum of RGB (Red+Green+Blue) = 167+105+242=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #A769F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A769F2 is #58960D. Grayscale: #8A8A8A. Windows color (decimal): -5805582 or 15886759. OLE color: 15886759.

HSL color Cylindrical-coordinate representation of color #A769F2: hue angle of 267.15º 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 #A769F2 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 105 242 -
CMYK 0.31 0.57 0 0.05
HSL 267.15º 0.84% 0.68% -
HSV(B) 267.15º 0.57% 0.95% -
XYZ 37.01 24.73 86.83 -
YUV 139.16 186.04 147.86 -
System Red Green Blue C M Y K H S L
Decimal 167 105 242 0.31 0.57 0 0.05 267.15 0.84 0.68
Hex A7 69 F2 1F 39 0 5 10B 54 44
Octal 247 151 362 37 71 0 5 413 124 104
Binary 10100111 1101001 11110010 11111 111001 0 101 100001011 1010100 1000100

Color Harmonies of #A769F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A769F2

Black with #A769F2

Text Example


Text Example

White with #A769F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A769F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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