Html Css Color HEX #AF50CA Medium Orchid

📋 copy color: '#AF50CA'

red 175 ◦ green 80 ◦ blue 202

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

Shades of Medium Orchid #AF50CA

Tints of Medium Orchid #AF50CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.2%

R = 38.29%
G = 17.51%
B = 44.2%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF50CA (or 0xAF50CA) is known color: Medium Orchid. HEX triplet: AF, 50 and CA. RGB value is (175,80,202). Sum of RGB (Red+Green+Blue) = 175+80+202=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF50CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50CA is #50AF35. Grayscale: #797979. Windows color (decimal): -5287734 or 13258927. OLE color: 13258927.

HSL color Cylindrical-coordinate representation of color #AF50CA: hue angle of 286.72º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF50CA is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 80 202 -
CMYK 0.13 0.60 0 0.21
HSL 286.72º 0.54% 0.55% -
HSV(B) 286.72º 0.6% 0.79% -
XYZ 31.21 19.12 57.92 -
YUV 122.31 172.97 165.58 -
System Red Green Blue C M Y K H S L
Decimal 175 80 202 0.13 0.60 0 0.21 286.72 0.54 0.55
Hex AF 50 CA D 3C 0 15 11F 36 37
Octal 257 120 312 15 74 0 25 437 66 67
Binary 10101111 1010000 11001010 1101 111100 0 10101 100011111 110110 110111

Color Harmonies of #AF50CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50CA

Black with #AF50CA

Text Example


Text Example

White with #AF50CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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