Html Css Color HEX #AF58CC Medium Orchid

📋 copy color: '#AF58CC'

red 175 ◦ green 88 ◦ blue 204

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

Shades of Medium Orchid #AF58CC

Tints of Medium Orchid #AF58CC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.84%

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

R = 37.47%
G = 18.84%
B = 43.68%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF58CC (or 0xAF58CC) is known color: Medium Orchid. HEX triplet: AF, 58 and CC. RGB value is (175,88,204). Sum of RGB (Red+Green+Blue) = 175+88+204=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF58CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58CC is #50A733. Grayscale: #7E7E7E. Windows color (decimal): -5285684 or 13392047. OLE color: 13392047.

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

Color convert

RGB 175 88 204 -
CMYK 0.14 0.57 0 0.2
HSL 285º 0.53% 0.57% -
HSV(B) 285º 0.57% 0.8% -
XYZ 32.07 20.45 59.38 -
YUV 127.24 171.32 162.07 -
System Red Green Blue C M Y K H S L
Decimal 175 88 204 0.14 0.57 0 0.2 285 0.53 0.57
Hex AF 58 CC E 39 0 14 11D 35 39
Octal 257 130 314 16 71 0 24 435 65 71
Binary 10101111 1011000 11001100 1110 111001 0 10100 100011101 110101 111001

Color Harmonies of #AF58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58CC

Black with #AF58CC

Text Example


Text Example

White with #AF58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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