Html Css Color HEX #A770FD Medium Purple

📋 copy color: '#A770FD'

red 167 ◦ green 112 ◦ blue 253

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

Shades of Medium Purple #A770FD

Tints of Medium Purple #A770FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.05%

 BLUE value IS 253 (99.22% from 255) = 47.56%

R = 31.39%
G = 21.05%
B = 47.56%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A770FD (or 0xA770FD) is known color: Medium Purple. HEX triplet: A7, 70 and FD. RGB value is (167,112,253). Sum of RGB (Red+Green+Blue) = 167+112+253=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #A770FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A770FD is #588F02. Grayscale: #909090. Windows color (decimal): -5803779 or 16609447. OLE color: 16609447.

HSL color Cylindrical-coordinate representation of color #A770FD: hue angle of 263.4º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A770FD is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 112 253 -
CMYK 0.34 0.56 0 0.01
HSL 263.4º 0.97% 0.72% -
HSV(B) 263.4º 0.56% 0.99% -
XYZ 39.46 26.9 96.04 -
YUV 144.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 167 112 253 0.34 0.56 0 0.01 263.4 0.97 0.72
Hex A7 70 FD 22 38 0 1 107 61 48
Octal 247 160 375 42 70 0 1 407 141 110
Binary 10100111 1110000 11111101 100010 111000 0 1 100000111 1100001 1001000

Color Harmonies of #A770FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770FD

Black with #A770FD

Text Example


Text Example

White with #A770FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770FD; }

 p { color: rgb(167,112,253); }

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

background-color css

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

 a { background-color: rgb(167,112,253); }

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

border-color css

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

 span { border-color: rgb(167,112,253); }

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