Html Css Color HEX #AF58F1 Medium Orchid

📋 copy color: '#AF58F1'

red 175 ◦ green 88 ◦ blue 241

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

Shades of Medium Orchid #AF58F1

Tints of Medium Orchid #AF58F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.82%

R = 34.72%
G = 17.46%
B = 47.82%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF58F1 (or 0xAF58F1) is known color: Medium Orchid. HEX triplet: AF, 58 and F1. RGB value is (175,88,241). Sum of RGB (Red+Green+Blue) = 175+88+241=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF58F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF58F1 is #50A70E. Grayscale: #828282. Windows color (decimal): -5285647 or 15816879. OLE color: 15816879.

HSL color Cylindrical-coordinate representation of color #AF58F1: hue angle of 274.12º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF58F1 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 88 241 -
CMYK 0.27 0.63 0 0.05
HSL 274.12º 0.85% 0.65% -
HSV(B) 274.12º 0.63% 0.95% -
XYZ 37.05 22.44 85.6 -
YUV 131.46 189.82 159.06 -
System Red Green Blue C M Y K H S L
Decimal 175 88 241 0.27 0.63 0 0.05 274.12 0.85 0.65
Hex AF 58 F1 1B 3F 0 5 112 55 41
Octal 257 130 361 33 77 0 5 422 125 101
Binary 10101111 1011000 11110001 11011 111111 0 101 100010010 1010101 1000001

Color Harmonies of #AF58F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58F1

Black with #AF58F1

Text Example


Text Example

White with #AF58F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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