Html Css Color HEX #AF58F9 Medium Orchid

📋 copy color: '#AF58F9'

red 175 ◦ green 88 ◦ blue 249

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

Shades of Medium Orchid #AF58F9

Tints of Medium Orchid #AF58F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 34.18%
G = 17.19%
B = 48.63%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF58F9 (or 0xAF58F9) is known color: Medium Orchid. HEX triplet: AF, 58 and F9. RGB value is (175,88,249). Sum of RGB (Red+Green+Blue) = 175+88+249=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF58F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF58F9 is #50A706. Grayscale: #838383. Windows color (decimal): -5285639 or 16341167. OLE color: 16341167.

HSL color Cylindrical-coordinate representation of color #AF58F9: hue angle of 272.42º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF58F9 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 88 249 -
CMYK 0.30 0.65 0 0.02
HSL 272.42º 0.93% 0.66% -
HSV(B) 272.42º 0.65% 0.98% -
XYZ 38.27 22.93 92.03 -
YUV 132.37 193.82 158.41 -
System Red Green Blue C M Y K H S L
Decimal 175 88 249 0.30 0.65 0 0.02 272.42 0.93 0.66
Hex AF 58 F9 1E 41 0 2 110 5D 42
Octal 257 130 371 36 101 0 2 420 135 102
Binary 10101111 1011000 11111001 11110 1000001 0 10 100010000 1011101 1000010

Color Harmonies of #AF58F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58F9

Black with #AF58F9

Text Example


Text Example

White with #AF58F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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