Html Css Color HEX #AF78DF Medium Purple

📋 copy color: '#AF78DF'

red 175 ◦ green 120 ◦ blue 223

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

Shades of Medium Purple #AF78DF

Tints of Medium Purple #AF78DF

RGB

 RED value IS 175 (68.75% from 255) = 33.78%

 GREEN value IS 120 (47.27% from 255) = 23.17%

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

R = 33.78%
G = 23.17%
B = 43.05%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF78DF (or 0xAF78DF) is known color: Medium Purple. HEX triplet: AF, 78 and DF. RGB value is (175,120,223). Sum of RGB (Red+Green+Blue) = 175+120+223=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF78DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78DF is #508720. Grayscale: #939393. Windows color (decimal): -5277473 or 14645423. OLE color: 14645423.

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

Color convert

RGB 175 120 223 -
CMYK 0.22 0.46 0 0.13
HSL 272.04º 0.62% 0.67% -
HSV(B) 272.04º 0.46% 0.87% -
XYZ 37.71 27.87 73.2 -
YUV 148.19 170.22 147.12 -
System Red Green Blue C M Y K H S L
Decimal 175 120 223 0.22 0.46 0 0.13 272.04 0.62 0.67
Hex AF 78 DF 16 2E 0 D 110 3E 43
Octal 257 170 337 26 56 0 15 420 76 103
Binary 10101111 1111000 11011111 10110 101110 0 1101 100010000 111110 1000011

Color Harmonies of #AF78DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF78DF

Black with #AF78DF

Text Example


Text Example

White with #AF78DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF78DF; }

 p { color: rgb(175,120,223); }

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

background-color css

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

 a { background-color: rgb(175,120,223); }

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

border-color css

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

 span { border-color: rgb(175,120,223); }

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