Html Css Color HEX #AF58FF Medium Orchid

📋 copy color: '#AF58FF'

red 175 ◦ green 88 ◦ blue 255

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

Shades of Medium Orchid #AF58FF

Tints of Medium Orchid #AF58FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.23%

R = 33.78%
G = 16.99%
B = 49.23%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF58FF (or 0xAF58FF) is known color: Medium Orchid. HEX triplet: AF, 58 and FF. RGB value is (175,88,255). Sum of RGB (Red+Green+Blue) = 175+88+255=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF58FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF58FF is #50A700. Grayscale: #848484. Windows color (decimal): -5285633 or 16734383. OLE color: 16734383.

HSL color Cylindrical-coordinate representation of color #AF58FF: hue angle of 271.26º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF58FF is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 88 255 -
CMYK 0.31 0.65 0 0
HSL 271.26º 1% 0.67% -
HSV(B) 271.26º 0.65% 1% -
XYZ 39.22 23.31 97.04 -
YUV 133.05 196.82 157.92 -
System Red Green Blue C M Y K H S L
Decimal 175 88 255 0.31 0.65 0 0 271.26 1 0.67
Hex AF 58 FF 1F 41 0 0 10F 64 43
Octal 257 130 377 37 101 0 0 417 144 103
Binary 10101111 1011000 11111111 11111 1000001 0 0 100001111 1100100 1000011

Color Harmonies of #AF58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58FF

Black with #AF58FF

Text Example


Text Example

White with #AF58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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