Html Css Color HEX #AF58CB Medium Orchid

📋 copy color: '#AF58CB'

red 175 ◦ green 88 ◦ blue 203

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

Shades of Medium Orchid #AF58CB

Tints of Medium Orchid #AF58CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 37.55%
G = 18.88%
B = 43.56%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF58CB (or 0xAF58CB) is known color: Medium Orchid. HEX triplet: AF, 58 and CB. RGB value is (175,88,203). Sum of RGB (Red+Green+Blue) = 175+88+203=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF58CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58CB is #50A734. Grayscale: #7E7E7E. Windows color (decimal): -5285685 or 13326511. OLE color: 13326511.

HSL color Cylindrical-coordinate representation of color #AF58CB: hue angle of 285.39º 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 #AF58CB is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 88 203 -
CMYK 0.14 0.57 0 0.20
HSL 285.39º 0.53% 0.57% -
HSV(B) 285.39º 0.57% 0.8% -
XYZ 31.95 20.41 58.75 -
YUV 127.12 170.82 162.15 -
System Red Green Blue C M Y K H S L
Decimal 175 88 203 0.14 0.57 0 0.20 285.39 0.53 0.57
Hex AF 58 CB E 39 0 14 11D 35 39
Octal 257 130 313 16 71 0 24 435 65 71
Binary 10101111 1011000 11001011 1110 111001 0 10100 100011101 110101 111001

Color Harmonies of #AF58CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58CB

Black with #AF58CB

Text Example


Text Example

White with #AF58CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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