Html Css Color HEX #A769FF Medium Purple

📋 copy color: '#A769FF'

red 167 ◦ green 105 ◦ blue 255

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

Shades of Medium Purple #A769FF

Tints of Medium Purple #A769FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.39%

R = 31.69%
G = 19.92%
B = 48.39%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A769FF (or 0xA769FF) is known color: Medium Purple. HEX triplet: A7, 69 and FF. RGB value is (167,105,255). Sum of RGB (Red+Green+Blue) = 167+105+255=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #A769FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A769FF is #589600. Grayscale: #8C8C8C. Windows color (decimal): -5805569 or 16738727. OLE color: 16738727.

HSL color Cylindrical-coordinate representation of color #A769FF: hue angle of 264.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A769FF is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 167 105 255 -
CMYK 0.35 0.59 0 0
HSL 264.8º 1% 0.71% -
HSV(B) 264.8º 0.59% 1% -
XYZ 39.04 25.54 97.48 -
YUV 140.64 192.54 146.8 -
System Red Green Blue C M Y K H S L
Decimal 167 105 255 0.35 0.59 0 0 264.8 1 0.71
Hex A7 69 FF 23 3B 0 0 109 64 47
Octal 247 151 377 43 73 0 0 411 144 107
Binary 10100111 1101001 11111111 100011 111011 0 0 100001001 1100100 1000111

Color Harmonies of #A769FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A769FF

Black with #A769FF

Text Example


Text Example

White with #A769FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A769FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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