Html Css Color HEX #AF59CA Medium Orchid

📋 copy color: '#AF59CA'

red 175 ◦ green 89 ◦ blue 202

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

Shades of Medium Orchid #AF59CA

Tints of Medium Orchid #AF59CA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.1%

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

R = 37.55%
G = 19.1%
B = 43.35%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF59CA (or 0xAF59CA) is known color: Medium Orchid. HEX triplet: AF, 59 and CA. RGB value is (175,89,202). Sum of RGB (Red+Green+Blue) = 175+89+202=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF59CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF59CA is #50A635. Grayscale: #7F7F7F. Windows color (decimal): -5285430 or 13261231. OLE color: 13261231.

HSL color Cylindrical-coordinate representation of color #AF59CA: hue angle of 285.66º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF59CA is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 89 202 -
CMYK 0.13 0.56 0 0.21
HSL 285.66º 0.52% 0.57% -
HSV(B) 285.66º 0.56% 0.79% -
XYZ 31.91 20.52 58.16 -
YUV 127.6 169.99 161.81 -
System Red Green Blue C M Y K H S L
Decimal 175 89 202 0.13 0.56 0 0.21 285.66 0.52 0.57
Hex AF 59 CA D 38 0 15 11E 34 39
Octal 257 131 312 15 70 0 25 436 64 71
Binary 10101111 1011001 11001010 1101 111000 0 10101 100011110 110100 111001

Color Harmonies of #AF59CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF59CA

Black with #AF59CA

Text Example


Text Example

White with #AF59CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF59CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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