Html Css Color HEX #AF54F7 Medium Orchid

📋 copy color: '#AF54F7'

red 175 ◦ green 84 ◦ blue 247

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

Shades of Medium Orchid #AF54F7

Tints of Medium Orchid #AF54F7

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.6%

 BLUE value IS 247 (96.88% from 255) = 48.81%

R = 34.58%
G = 16.6%
B = 48.81%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF54F7 (or 0xAF54F7) is known color: Medium Orchid. HEX triplet: AF, 54 and F7. RGB value is (175,84,247). Sum of RGB (Red+Green+Blue) = 175+84+247=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF54F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF54F7 is #50AB08. Grayscale: #818181. Windows color (decimal): -5286665 or 16209071. OLE color: 16209071.

HSL color Cylindrical-coordinate representation of color #AF54F7: hue angle of 273.5º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF54F7 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 84 247 -
CMYK 0.29 0.66 0 0.03
HSL 273.5º 0.91% 0.65% -
HSV(B) 273.5º 0.66% 0.97% -
XYZ 37.64 22.17 90.29 -
YUV 129.79 194.15 160.25 -
System Red Green Blue C M Y K H S L
Decimal 175 84 247 0.29 0.66 0 0.03 273.5 0.91 0.65
Hex AF 54 F7 1D 42 0 3 111 5B 41
Octal 257 124 367 35 102 0 3 421 133 101
Binary 10101111 1010100 11110111 11101 1000010 0 11 100010001 1011011 1000001

Color Harmonies of #AF54F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF54F7

Black with #AF54F7

Text Example


Text Example

White with #AF54F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF54F7; }

 p { color: rgb(175,84,247); }

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

background-color css

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

 a { background-color: rgb(175,84,247); }

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

border-color css

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

 span { border-color: rgb(175,84,247); }

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