Html Css Color HEX #AF58F3 Medium Orchid

📋 copy color: '#AF58F3'

red 175 ◦ green 88 ◦ blue 243

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

Shades of Medium Orchid #AF58F3

Tints of Medium Orchid #AF58F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.02%

R = 34.58%
G = 17.39%
B = 48.02%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF58F3 (or 0xAF58F3) is known color: Medium Orchid. HEX triplet: AF, 58 and F3. RGB value is (175,88,243). Sum of RGB (Red+Green+Blue) = 175+88+243=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF58F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF58F3 is #50A70C. Grayscale: #838383. Windows color (decimal): -5285645 or 15947951. OLE color: 15947951.

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

Color convert

RGB 175 88 243 -
CMYK 0.28 0.64 0 0.05
HSL 273.68º 0.87% 0.65% -
HSV(B) 273.68º 0.64% 0.95% -
XYZ 37.35 22.56 87.18 -
YUV 131.68 190.82 158.9 -
System Red Green Blue C M Y K H S L
Decimal 175 88 243 0.28 0.64 0 0.05 273.68 0.87 0.65
Hex AF 58 F3 1C 40 0 5 112 57 41
Octal 257 130 363 34 100 0 5 422 127 101
Binary 10101111 1011000 11110011 11100 1000000 0 101 100010010 1010111 1000001

Color Harmonies of #AF58F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58F3

Black with #AF58F3

Text Example


Text Example

White with #AF58F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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