Html Css Color HEX #A477DF Medium Purple

📋 copy color: '#A477DF'

red 164 ◦ green 119 ◦ blue 223

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

Shades of Medium Purple #A477DF

Tints of Medium Purple #A477DF

RGB

 RED value IS 164 (64.45% from 255) = 32.41%

 GREEN value IS 119 (46.88% from 255) = 23.52%

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 32.41%
G = 23.52%
B = 44.07%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A477DF (or 0xA477DF) is known color: Medium Purple. HEX triplet: A4, 77 and DF. RGB value is (164,119,223). Sum of RGB (Red+Green+Blue) = 164+119+223=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #A477DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477DF is #5B8820. Grayscale: #8F8F8F. Windows color (decimal): -5998625 or 14645156. OLE color: 14645156.

HSL color Cylindrical-coordinate representation of color #A477DF: hue angle of 265.96º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A477DF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 119 223 -
CMYK 0.26 0.47 0 0.13
HSL 265.96º 0.62% 0.67% -
HSV(B) 265.96º 0.47% 0.87% -
XYZ 35.23 26.41 73.05 -
YUV 144.31 172.41 142.04 -
System Red Green Blue C M Y K H S L
Decimal 164 119 223 0.26 0.47 0 0.13 265.96 0.62 0.67
Hex A4 77 DF 1A 2F 0 D 10A 3E 43
Octal 244 167 337 32 57 0 15 412 76 103
Binary 10100100 1110111 11011111 11010 101111 0 1101 100001010 111110 1000011

Color Harmonies of #A477DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A477DF

Black with #A477DF

Text Example


Text Example

White with #A477DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A477DF; }

 p { color: rgb(164,119,223); }

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

background-color css

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

 a { background-color: rgb(164,119,223); }

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

border-color css

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

 span { border-color: rgb(164,119,223); }

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