Html Css Color HEX #AF78F2 Medium Purple

📋 copy color: '#AF78F2'

red 175 ◦ green 120 ◦ blue 242

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

Shades of Medium Purple #AF78F2

Tints of Medium Purple #AF78F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.07%

R = 32.59%
G = 22.35%
B = 45.07%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF78F2 (or 0xAF78F2) is known color: Medium Purple. HEX triplet: AF, 78 and F2. RGB value is (175,120,242). Sum of RGB (Red+Green+Blue) = 175+120+242=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF78F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF78F2 is #50870D. Grayscale: #959595. Windows color (decimal): -5277454 or 15890607. OLE color: 15890607.

HSL color Cylindrical-coordinate representation of color #AF78F2: hue angle of 267.05º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF78F2 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 120 242 -
CMYK 0.28 0.50 0 0.05
HSL 267.05º 0.82% 0.71% -
HSV(B) 267.05º 0.5% 0.95% -
XYZ 40.42 28.96 87.46 -
YUV 150.35 179.72 145.58 -
System Red Green Blue C M Y K H S L
Decimal 175 120 242 0.28 0.50 0 0.05 267.05 0.82 0.71
Hex AF 78 F2 1C 32 0 5 10B 52 47
Octal 257 170 362 34 62 0 5 413 122 107
Binary 10101111 1111000 11110010 11100 110010 0 101 100001011 1010010 1000111

Color Harmonies of #AF78F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF78F2

Black with #AF78F2

Text Example


Text Example

White with #AF78F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF78F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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