Html Css Color HEX #AF58FB Medium Orchid

📋 copy color: '#AF58FB'

red 175 ◦ green 88 ◦ blue 251

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

Shades of Medium Orchid #AF58FB

Tints of Medium Orchid #AF58FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.83%

R = 34.05%
G = 17.12%
B = 48.83%

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

#AF58FB (or 0xAF58FB) is known color: Medium Orchid. HEX triplet: AF, 58 and FB. RGB value is (175,88,251). Sum of RGB (Red+Green+Blue) = 175+88+251=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF58FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF58FB is #50A704. Grayscale: #848484. Windows color (decimal): -5285637 or 16472239. OLE color: 16472239.

HSL color Cylindrical-coordinate representation of color #AF58FB: hue angle of 272.02º degrees, saturation: 0.95, 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 #AF58FB is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 88 251 -
CMYK 0.30 0.65 0 0.02
HSL 272.02º 0.95% 0.66% -
HSV(B) 272.02º 0.65% 0.98% -
XYZ 38.58 23.06 93.68 -
YUV 132.6 194.82 158.25 -
System Red Green Blue C M Y K H S L
Decimal 175 88 251 0.30 0.65 0 0.02 272.02 0.95 0.66
Hex AF 58 FB 1E 41 0 2 110 5F 42
Octal 257 130 373 36 101 0 2 420 137 102
Binary 10101111 1011000 11111011 11110 1000001 0 10 100010000 1011111 1000010

Color Harmonies of #AF58FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58FB

Black with #AF58FB

Text Example


Text Example

White with #AF58FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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