Html Css Color HEX #AF59CC Medium Orchid

📋 copy color: '#AF59CC'

red 175 ◦ green 89 ◦ blue 204

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

Shades of Medium Orchid #AF59CC

Tints of Medium Orchid #AF59CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 37.39%
G = 19.02%
B = 43.59%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF59CC (or 0xAF59CC) is known color: Medium Orchid. HEX triplet: AF, 59 and CC. RGB value is (175,89,204). Sum of RGB (Red+Green+Blue) = 175+89+204=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF59CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF59CC is #50A633. Grayscale: #7F7F7F. Windows color (decimal): -5285428 or 13392303. OLE color: 13392303.

HSL color Cylindrical-coordinate representation of color #AF59CC: hue angle of 284.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF59CC is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 89 204 -
CMYK 0.14 0.56 0 0.2
HSL 284.87º 0.53% 0.57% -
HSV(B) 284.87º 0.56% 0.8% -
XYZ 32.15 20.62 59.41 -
YUV 127.82 170.99 161.65 -
System Red Green Blue C M Y K H S L
Decimal 175 89 204 0.14 0.56 0 0.2 284.87 0.53 0.57
Hex AF 59 CC E 38 0 14 11D 35 39
Octal 257 131 314 16 70 0 24 435 65 71
Binary 10101111 1011001 11001100 1110 111000 0 10100 100011101 110101 111001

Color Harmonies of #AF59CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF59CC

Black with #AF59CC

Text Example


Text Example

White with #AF59CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF59CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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