Html Css Color HEX #AF47FA Medium Orchid

📋 copy color: '#AF47FA'

red 175 ◦ green 71 ◦ blue 250

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

Shades of Medium Orchid #AF47FA

Tints of Medium Orchid #AF47FA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.31%

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

R = 35.28%
G = 14.31%
B = 50.4%

CMYK

 C value IS 0.3

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF47FA (or 0xAF47FA) is known color: Medium Orchid. HEX triplet: AF, 47 and FA. RGB value is (175,71,250). Sum of RGB (Red+Green+Blue) = 175+71+250=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF47FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF47FA is #50B805. Grayscale: #797979. Windows color (decimal): -5289990 or 16402351. OLE color: 16402351.

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

Color convert

RGB 175 71 250 -
CMYK 0.3 0.72 0 0.02
HSL 274.86º 0.95% 0.63% -
HSV(B) 274.86º 0.72% 0.98% -
XYZ 37.19 20.52 92.44 -
YUV 122.5 199.96 165.45 -
System Red Green Blue C M Y K H S L
Decimal 175 71 250 0.3 0.72 0 0.02 274.86 0.95 0.63
Hex AF 47 FA 1E 48 0 2 113 5F 3F
Octal 257 107 372 36 110 0 2 423 137 77
Binary 10101111 1000111 11111010 11110 1001000 0 10 100010011 1011111 111111

Color Harmonies of #AF47FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47FA

Black with #AF47FA

Text Example


Text Example

White with #AF47FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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