Html Css Color HEX #AF58E7 Medium Orchid

📋 copy color: '#AF58E7'

red 175 ◦ green 88 ◦ blue 231

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

Shades of Medium Orchid #AF58E7

Tints of Medium Orchid #AF58E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.76%

R = 35.43%
G = 17.81%
B = 46.76%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF58E7 (or 0xAF58E7) is known color: Medium Orchid. HEX triplet: AF, 58 and E7. RGB value is (175,88,231). Sum of RGB (Red+Green+Blue) = 175+88+231=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF58E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF58E7 is #50A718. Grayscale: #818181. Windows color (decimal): -5285657 or 15161519. OLE color: 15161519.

HSL color Cylindrical-coordinate representation of color #AF58E7: hue angle of 276.5º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF58E7 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 88 231 -
CMYK 0.24 0.62 0 0.09
HSL 276.5º 0.75% 0.63% -
HSV(B) 276.5º 0.62% 0.91% -
XYZ 35.59 21.86 77.95 -
YUV 130.32 184.82 159.87 -
System Red Green Blue C M Y K H S L
Decimal 175 88 231 0.24 0.62 0 0.09 276.5 0.75 0.63
Hex AF 58 E7 18 3E 0 9 115 4B 3F
Octal 257 130 347 30 76 0 11 425 113 77
Binary 10101111 1011000 11100111 11000 111110 0 1001 100010101 1001011 111111

Color Harmonies of #AF58E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58E7

Black with #AF58E7

Text Example


Text Example

White with #AF58E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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