Html Css Color HEX #AF47EA Medium Orchid

📋 copy color: '#AF47EA'

red 175 ◦ green 71 ◦ blue 234

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

Shades of Medium Orchid #AF47EA

Tints of Medium Orchid #AF47EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 36.46%
G = 14.79%
B = 48.75%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF47EA (or 0xAF47EA) is known color: Medium Orchid. HEX triplet: AF, 47 and EA. RGB value is (175,71,234). Sum of RGB (Red+Green+Blue) = 175+71+234=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF47EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF47EA is #50B815. Grayscale: #787878. Windows color (decimal): -5290006 or 15353775. OLE color: 15353775.

HSL color Cylindrical-coordinate representation of color #AF47EA: hue angle of 278.28º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF47EA is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 71 234 -
CMYK 0.25 0.70 0 0.08
HSL 278.28º 0.8% 0.6% -
HSV(B) 278.28º 0.7% 0.92% -
XYZ 34.78 19.56 79.78 -
YUV 120.68 191.96 166.75 -
System Red Green Blue C M Y K H S L
Decimal 175 71 234 0.25 0.70 0 0.08 278.28 0.8 0.6
Hex AF 47 EA 19 46 0 8 116 50 3C
Octal 257 107 352 31 106 0 10 426 120 74
Binary 10101111 1000111 11101010 11001 1000110 0 1000 100010110 1010000 111100

Color Harmonies of #AF47EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47EA

Black with #AF47EA

Text Example


Text Example

White with #AF47EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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