Html Css Color HEX #AF74FA Medium Purple

📋 copy color: '#AF74FA'

red 175 ◦ green 116 ◦ blue 250

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

Shades of Medium Purple #AF74FA

Tints of Medium Purple #AF74FA

RGB

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

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

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

R = 32.35%
G = 21.44%
B = 46.21%

CMYK

 C value IS 0.3

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF74FA (or 0xAF74FA) is known color: Medium Purple. HEX triplet: AF, 74 and FA. RGB value is (175,116,250). Sum of RGB (Red+Green+Blue) = 175+116+250=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF74FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF74FA is #508B05. Grayscale: #949494. Windows color (decimal): -5278470 or 16413871. OLE color: 16413871.

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

Color convert

RGB 175 116 250 -
CMYK 0.3 0.54 0 0.02
HSL 266.42º 0.93% 0.72% -
HSV(B) 266.42º 0.54% 0.98% -
XYZ 41.18 28.51 93.77 -
YUV 148.92 185.05 146.6 -
System Red Green Blue C M Y K H S L
Decimal 175 116 250 0.3 0.54 0 0.02 266.42 0.93 0.72
Hex AF 74 FA 1E 36 0 2 10A 5D 48
Octal 257 164 372 36 66 0 2 412 135 110
Binary 10101111 1110100 11111010 11110 110110 0 10 100001010 1011101 1001000

Color Harmonies of #AF74FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74FA

Black with #AF74FA

Text Example


Text Example

White with #AF74FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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