Html Css Color HEX #AF58D3 Medium Orchid

📋 copy color: '#AF58D3'

red 175 ◦ green 88 ◦ blue 211

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

Shades of Medium Orchid #AF58D3

Tints of Medium Orchid #AF58D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.51%

R = 36.92%
G = 18.57%
B = 44.51%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF58D3 (or 0xAF58D3) is known color: Medium Orchid. HEX triplet: AF, 58 and D3. RGB value is (175,88,211). Sum of RGB (Red+Green+Blue) = 175+88+211=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF58D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58D3 is #50A72C. Grayscale: #7F7F7F. Windows color (decimal): -5285677 or 13850799. OLE color: 13850799.

HSL color Cylindrical-coordinate representation of color #AF58D3: hue angle of 282.44º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF58D3 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 88 211 -
CMYK 0.17 0.58 0 0.17
HSL 282.44º 0.58% 0.59% -
HSV(B) 282.44º 0.58% 0.83% -
XYZ 32.93 20.8 63.91 -
YUV 128.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 175 88 211 0.17 0.58 0 0.17 282.44 0.58 0.59
Hex AF 58 D3 11 3A 0 11 11A 3A 3B
Octal 257 130 323 21 72 0 21 432 72 73
Binary 10101111 1011000 11010011 10001 111010 0 10001 100011010 111010 111011

Color Harmonies of #AF58D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58D3

Black with #AF58D3

Text Example


Text Example

White with #AF58D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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