Html Css Color HEX #AF58CE Medium Orchid

📋 copy color: '#AF58CE'

red 175 ◦ green 88 ◦ blue 206

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

Shades of Medium Orchid #AF58CE

Tints of Medium Orchid #AF58CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 37.31%
G = 18.76%
B = 43.92%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF58CE (or 0xAF58CE) is known color: Medium Orchid. HEX triplet: AF, 58 and CE. RGB value is (175,88,206). Sum of RGB (Red+Green+Blue) = 175+88+206=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF58CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58CE is #50A731. Grayscale: #7F7F7F. Windows color (decimal): -5285682 or 13523119. OLE color: 13523119.

HSL color Cylindrical-coordinate representation of color #AF58CE: hue angle of 284.24º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF58CE is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 88 206 -
CMYK 0.15 0.57 0 0.19
HSL 284.24º 0.55% 0.58% -
HSV(B) 284.24º 0.57% 0.81% -
XYZ 32.31 20.55 60.66 -
YUV 127.47 172.32 161.91 -
System Red Green Blue C M Y K H S L
Decimal 175 88 206 0.15 0.57 0 0.19 284.24 0.55 0.58
Hex AF 58 CE F 39 0 13 11C 37 3A
Octal 257 130 316 17 71 0 23 434 67 72
Binary 10101111 1011000 11001110 1111 111001 0 10011 100011100 110111 111010

Color Harmonies of #AF58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58CE

Black with #AF58CE

Text Example


Text Example

White with #AF58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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