Html Css Color HEX #AF50FF Medium Orchid

📋 copy color: '#AF50FF'

red 175 ◦ green 80 ◦ blue 255

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

Shades of Medium Orchid #AF50FF

Tints of Medium Orchid #AF50FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50%

R = 34.31%
G = 15.69%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF50FF (or 0xAF50FF) is known color: Medium Orchid. HEX triplet: AF, 50 and FF. RGB value is (175,80,255). Sum of RGB (Red+Green+Blue) = 175+80+255=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF50FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF50FF is #50AF00. Grayscale: #7F7F7F. Windows color (decimal): -5287681 or 16732335. OLE color: 16732335.

HSL color Cylindrical-coordinate representation of color #AF50FF: hue angle of 272.57º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF50FF is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 80 255 -
CMYK 0.31 0.69 0 0
HSL 272.57º 1% 0.66% -
HSV(B) 272.57º 0.69% 1% -
XYZ 38.6 22.07 96.83 -
YUV 128.36 199.47 161.27 -
System Red Green Blue C M Y K H S L
Decimal 175 80 255 0.31 0.69 0 0 272.57 1 0.66
Hex AF 50 FF 1F 45 0 0 111 64 42
Octal 257 120 377 37 105 0 0 421 144 102
Binary 10101111 1010000 11111111 11111 1000101 0 0 100010001 1100100 1000010

Color Harmonies of #AF50FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50FF

Black with #AF50FF

Text Example


Text Example

White with #AF50FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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