Html Css Color HEX #AF49FD Medium Orchid

📋 copy color: '#AF49FD'

red 175 ◦ green 73 ◦ blue 253

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

Shades of Medium Orchid #AF49FD

Tints of Medium Orchid #AF49FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.57%

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 34.93%
G = 14.57%
B = 50.5%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF49FD (or 0xAF49FD) is known color: Medium Orchid. HEX triplet: AF, 49 and FD. RGB value is (175,73,253). Sum of RGB (Red+Green+Blue) = 175+73+253=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF49FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF49FD is #50B602. Grayscale: #7B7B7B. Windows color (decimal): -5289475 or 16599471. OLE color: 16599471.

HSL color Cylindrical-coordinate representation of color #AF49FD: hue angle of 274º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF49FD is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 73 253 -
CMYK 0.31 0.71 0 0.01
HSL 274º 0.98% 0.64% -
HSV(B) 274º 0.71% 0.99% -
XYZ 37.79 20.97 94.98 -
YUV 124.02 200.79 164.36 -
System Red Green Blue C M Y K H S L
Decimal 175 73 253 0.31 0.71 0 0.01 274 0.98 0.64
Hex AF 49 FD 1F 47 0 1 112 62 40
Octal 257 111 375 37 107 0 1 422 142 100
Binary 10101111 1001001 11111101 11111 1000111 0 1 100010010 1100010 1000000

Color Harmonies of #AF49FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49FD

Black with #AF49FD

Text Example


Text Example

White with #AF49FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49FD; }

 p { color: rgb(175,73,253); }

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

background-color css

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

 a { background-color: rgb(175,73,253); }

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

border-color css

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

 span { border-color: rgb(175,73,253); }

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