Html Css Color HEX #AF78FA Medium Purple

📋 copy color: '#AF78FA'

red 175 ◦ green 120 ◦ blue 250

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

Shades of Medium Purple #AF78FA

Tints of Medium Purple #AF78FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.87%

R = 32.11%
G = 22.02%
B = 45.87%

CMYK

 C value IS 0.3

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF78FA (or 0xAF78FA) is known color: Medium Purple. HEX triplet: AF, 78 and FA. RGB value is (175,120,250). Sum of RGB (Red+Green+Blue) = 175+120+250=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF78FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF78FA is #508705. Grayscale: #969696. Windows color (decimal): -5277446 or 16414895. OLE color: 16414895.

HSL color Cylindrical-coordinate representation of color #AF78FA: hue angle of 265.38º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF78FA is Cyan = 0.3, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 120 250 -
CMYK 0.3 0.52 0 0.02
HSL 265.38º 0.93% 0.73% -
HSV(B) 265.38º 0.52% 0.98% -
XYZ 41.65 29.45 93.93 -
YUV 151.27 183.72 144.93 -
System Red Green Blue C M Y K H S L
Decimal 175 120 250 0.3 0.52 0 0.02 265.38 0.93 0.73
Hex AF 78 FA 1E 34 0 2 109 5D 49
Octal 257 170 372 36 64 0 2 411 135 111
Binary 10101111 1111000 11111010 11110 110100 0 10 100001001 1011101 1001001

Color Harmonies of #AF78FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF78FA

Black with #AF78FA

Text Example


Text Example

White with #AF78FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF78FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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