Html Css Color HEX #AF59CB Medium Orchid

📋 copy color: '#AF59CB'

red 175 ◦ green 89 ◦ blue 203

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

Shades of Medium Orchid #AF59CB

Tints of Medium Orchid #AF59CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.47%

R = 37.47%
G = 19.06%
B = 43.47%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF59CB (or 0xAF59CB) is known color: Medium Orchid. HEX triplet: AF, 59 and CB. RGB value is (175,89,203). Sum of RGB (Red+Green+Blue) = 175+89+203=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF59CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF59CB is #50A634. Grayscale: #7F7F7F. Windows color (decimal): -5285429 or 13326767. OLE color: 13326767.

HSL color Cylindrical-coordinate representation of color #AF59CB: hue angle of 285.26º degrees, saturation: 0.52, 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 #AF59CB is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 89 203 -
CMYK 0.14 0.56 0 0.20
HSL 285.26º 0.52% 0.57% -
HSV(B) 285.26º 0.56% 0.8% -
XYZ 32.03 20.57 58.78 -
YUV 127.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 175 89 203 0.14 0.56 0 0.20 285.26 0.52 0.57
Hex AF 59 CB E 38 0 14 11D 34 39
Octal 257 131 313 16 70 0 24 435 64 71
Binary 10101111 1011001 11001011 1110 111000 0 10100 100011101 110100 111001

Color Harmonies of #AF59CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF59CB

Black with #AF59CB

Text Example


Text Example

White with #AF59CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF59CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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