Html Css Color HEX #AF50FD Medium Orchid

📋 copy color: '#AF50FD'

red 175 ◦ green 80 ◦ blue 253

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

Shades of Medium Orchid #AF50FD

Tints of Medium Orchid #AF50FD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.75%

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

R = 34.45%
G = 15.75%
B = 49.8%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF50FD (or 0xAF50FD) is known color: Medium Orchid. HEX triplet: AF, 50 and FD. RGB value is (175,80,253). Sum of RGB (Red+Green+Blue) = 175+80+253=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF50FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF50FD is #50AF02. Grayscale: #7F7F7F. Windows color (decimal): -5287683 or 16601263. OLE color: 16601263.

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

Color convert

RGB 175 80 253 -
CMYK 0.31 0.68 0 0.01
HSL 272.95º 0.98% 0.65% -
HSV(B) 272.95º 0.68% 0.99% -
XYZ 38.28 21.94 95.15 -
YUV 128.13 198.47 161.43 -
System Red Green Blue C M Y K H S L
Decimal 175 80 253 0.31 0.68 0 0.01 272.95 0.98 0.65
Hex AF 50 FD 1F 44 0 1 111 62 41
Octal 257 120 375 37 104 0 1 421 142 101
Binary 10101111 1010000 11111101 11111 1000100 0 1 100010001 1100010 1000001

Color Harmonies of #AF50FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50FD

Black with #AF50FD

Text Example


Text Example

White with #AF50FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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