Html Css Color HEX #AF58F0 Medium Orchid

📋 copy color: '#AF58F0'

red 175 ◦ green 88 ◦ blue 240

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

Shades of Medium Orchid #AF58F0

Tints of Medium Orchid #AF58F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.71%

R = 34.79%
G = 17.5%
B = 47.71%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF58F0 (or 0xAF58F0) is known color: Medium Orchid. HEX triplet: AF, 58 and F0. RGB value is (175,88,240). Sum of RGB (Red+Green+Blue) = 175+88+240=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF58F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF58F0 is #50A70F. Grayscale: #828282. Windows color (decimal): -5285648 or 15751343. OLE color: 15751343.

HSL color Cylindrical-coordinate representation of color #AF58F0: hue angle of 274.34º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF58F0 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 88 240 -
CMYK 0.27 0.63 0 0.06
HSL 274.34º 0.84% 0.64% -
HSV(B) 274.34º 0.63% 0.94% -
XYZ 36.9 22.38 84.81 -
YUV 131.34 189.32 159.14 -
System Red Green Blue C M Y K H S L
Decimal 175 88 240 0.27 0.63 0 0.06 274.34 0.84 0.64
Hex AF 58 F0 1B 3F 0 6 112 54 40
Octal 257 130 360 33 77 0 6 422 124 100
Binary 10101111 1011000 11110000 11011 111111 0 110 100010010 1010100 1000000

Color Harmonies of #AF58F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58F0

Black with #AF58F0

Text Example


Text Example

White with #AF58F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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