Html Css Color HEX #AF74FF Medium Purple

📋 copy color: '#AF74FF'

red 175 ◦ green 116 ◦ blue 255

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

Shades of Medium Purple #AF74FF

Tints of Medium Purple #AF74FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.25%

 BLUE value IS 255 (100% from 255) = 46.7%

R = 32.05%
G = 21.25%
B = 46.7%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF74FF (or 0xAF74FF) is known color: Medium Purple. HEX triplet: AF, 74 and FF. RGB value is (175,116,255). Sum of RGB (Red+Green+Blue) = 175+116+255=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF74FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF74FF is #508B00. Grayscale: #949494. Windows color (decimal): -5278465 or 16741551. OLE color: 16741551.

HSL color Cylindrical-coordinate representation of color #AF74FF: hue angle of 265.47º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF74FF is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 116 255 -
CMYK 0.31 0.55 0 0
HSL 265.47º 1% 0.73% -
HSV(B) 265.47º 0.55% 1% -
XYZ 41.97 28.82 97.96 -
YUV 149.49 187.55 146.2 -
System Red Green Blue C M Y K H S L
Decimal 175 116 255 0.31 0.55 0 0 265.47 1 0.73
Hex AF 74 FF 1F 37 0 0 109 64 49
Octal 257 164 377 37 67 0 0 411 144 111
Binary 10101111 1110100 11111111 11111 110111 0 0 100001001 1100100 1001001

Color Harmonies of #AF74FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74FF

Black with #AF74FF

Text Example


Text Example

White with #AF74FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74FF; }

 p { color: rgb(175,116,255); }

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

background-color css

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

 a { background-color: rgb(175,116,255); }

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

border-color css

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

 span { border-color: rgb(175,116,255); }

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