Html Css Color HEX #AF50D4 Medium Orchid

📋 copy color: '#AF50D4'

red 175 ◦ green 80 ◦ blue 212

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

Shades of Medium Orchid #AF50D4

Tints of Medium Orchid #AF50D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.4%

R = 37.47%
G = 17.13%
B = 45.4%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF50D4 (or 0xAF50D4) is known color: Medium Orchid. HEX triplet: AF, 50 and D4. RGB value is (175,80,212). Sum of RGB (Red+Green+Blue) = 175+80+212=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF50D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50D4 is #50AF2B. Grayscale: #7B7B7B. Windows color (decimal): -5287724 or 13914287. OLE color: 13914287.

HSL color Cylindrical-coordinate representation of color #AF50D4: hue angle of 283.18º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF50D4 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 80 212 -
CMYK 0.17 0.62 0 0.17
HSL 283.18º 0.61% 0.57% -
HSV(B) 283.18º 0.62% 0.83% -
XYZ 32.43 19.6 64.36 -
YUV 123.45 177.97 164.77 -
System Red Green Blue C M Y K H S L
Decimal 175 80 212 0.17 0.62 0 0.17 283.18 0.61 0.57
Hex AF 50 D4 11 3E 0 11 11B 3D 39
Octal 257 120 324 21 76 0 21 433 75 71
Binary 10101111 1010000 11010100 10001 111110 0 10001 100011011 111101 111001

Color Harmonies of #AF50D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50D4

Black with #AF50D4

Text Example


Text Example

White with #AF50D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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