Html Css Color HEX #A770FB Medium Purple

📋 copy color: '#A770FB'

red 167 ◦ green 112 ◦ blue 251

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

Shades of Medium Purple #A770FB

Tints of Medium Purple #A770FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.36%

R = 31.51%
G = 21.13%
B = 47.36%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A770FB (or 0xA770FB) is known color: Medium Purple. HEX triplet: A7, 70 and FB. RGB value is (167,112,251). Sum of RGB (Red+Green+Blue) = 167+112+251=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #A770FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A770FB is #588F04. Grayscale: #8F8F8F. Windows color (decimal): -5803781 or 16478375. OLE color: 16478375.

HSL color Cylindrical-coordinate representation of color #A770FB: hue angle of 263.74º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A770FB is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 112 251 -
CMYK 0.33 0.55 0 0.02
HSL 263.74º 0.95% 0.71% -
HSV(B) 263.74º 0.55% 0.98% -
XYZ 39.14 26.77 94.37 -
YUV 144.29 188.22 144.2 -
System Red Green Blue C M Y K H S L
Decimal 167 112 251 0.33 0.55 0 0.02 263.74 0.95 0.71
Hex A7 70 FB 21 37 0 2 108 5F 47
Octal 247 160 373 41 67 0 2 410 137 107
Binary 10100111 1110000 11111011 100001 110111 0 10 100001000 1011111 1000111

Color Harmonies of #A770FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770FB

Black with #A770FB

Text Example


Text Example

White with #A770FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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