Html Css Color HEX #AF58D0 Medium Orchid

📋 copy color: '#AF58D0'

red 175 ◦ green 88 ◦ blue 208

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

Shades of Medium Orchid #AF58D0

Tints of Medium Orchid #AF58D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.16%

R = 37.15%
G = 18.68%
B = 44.16%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF58D0 (or 0xAF58D0) is known color: Medium Orchid. HEX triplet: AF, 58 and D0. RGB value is (175,88,208). Sum of RGB (Red+Green+Blue) = 175+88+208=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF58D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58D0 is #50A72F. Grayscale: #7F7F7F. Windows color (decimal): -5285680 or 13654191. OLE color: 13654191.

HSL color Cylindrical-coordinate representation of color #AF58D0: hue angle of 283.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF58D0 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 88 208 -
CMYK 0.16 0.58 0 0.18
HSL 283.5º 0.56% 0.58% -
HSV(B) 283.5º 0.58% 0.82% -
XYZ 32.55 20.65 61.94 -
YUV 127.69 173.32 161.74 -
System Red Green Blue C M Y K H S L
Decimal 175 88 208 0.16 0.58 0 0.18 283.5 0.56 0.58
Hex AF 58 D0 10 3A 0 12 11C 38 3A
Octal 257 130 320 20 72 0 22 434 70 72
Binary 10101111 1011000 11010000 10000 111010 0 10010 100011100 111000 111010

Color Harmonies of #AF58D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58D0

Black with #AF58D0

Text Example


Text Example

White with #AF58D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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