Html Css Color HEX #AF58D7 Medium Orchid

📋 copy color: '#AF58D7'

red 175 ◦ green 88 ◦ blue 215

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

Shades of Medium Orchid #AF58D7

Tints of Medium Orchid #AF58D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.98%

R = 36.61%
G = 18.41%
B = 44.98%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF58D7 (or 0xAF58D7) is known color: Medium Orchid. HEX triplet: AF, 58 and D7. RGB value is (175,88,215). Sum of RGB (Red+Green+Blue) = 175+88+215=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF58D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58D7 is #50A728. Grayscale: #808080. Windows color (decimal): -5285673 or 14112943. OLE color: 14112943.

HSL color Cylindrical-coordinate representation of color #AF58D7: hue angle of 281.1º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF58D7 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 88 215 -
CMYK 0.19 0.59 0 0.16
HSL 281.1º 0.61% 0.59% -
HSV(B) 281.1º 0.59% 0.84% -
XYZ 33.43 21 66.58 -
YUV 128.49 176.82 161.17 -
System Red Green Blue C M Y K H S L
Decimal 175 88 215 0.19 0.59 0 0.16 281.1 0.61 0.59
Hex AF 58 D7 13 3B 0 10 119 3D 3B
Octal 257 130 327 23 73 0 20 431 75 73
Binary 10101111 1011000 11010111 10011 111011 0 10000 100011001 111101 111011

Color Harmonies of #AF58D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58D7

Black with #AF58D7

Text Example


Text Example

White with #AF58D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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