Html Css Color HEX #AF59FA Medium Orchid

📋 copy color: '#AF59FA'

red 175 ◦ green 89 ◦ blue 250

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

Shades of Medium Orchid #AF59FA

Tints of Medium Orchid #AF59FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.32%

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 34.05%
G = 17.32%
B = 48.64%

CMYK

 C value IS 0.3

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF59FA (or 0xAF59FA) is known color: Medium Orchid. HEX triplet: AF, 59 and FA. RGB value is (175,89,250). Sum of RGB (Red+Green+Blue) = 175+89+250=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF59FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF59FA is #50A605. Grayscale: #848484. Windows color (decimal): -5285382 or 16406959. OLE color: 16406959.

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

Color convert

RGB 175 89 250 -
CMYK 0.3 0.64 0 0.02
HSL 272.05º 0.94% 0.66% -
HSV(B) 272.05º 0.64% 0.98% -
XYZ 38.51 23.16 92.88 -
YUV 133.07 193.99 157.91 -
System Red Green Blue C M Y K H S L
Decimal 175 89 250 0.3 0.64 0 0.02 272.05 0.94 0.66
Hex AF 59 FA 1E 40 0 2 110 5E 42
Octal 257 131 372 36 100 0 2 420 136 102
Binary 10101111 1011001 11111010 11110 1000000 0 10 100010000 1011110 1000010

Color Harmonies of #AF59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF59FA

Black with #AF59FA

Text Example


Text Example

White with #AF59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF59FA; }

 p { color: rgb(175,89,250); }

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

background-color css

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

 a { background-color: rgb(175,89,250); }

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

border-color css

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

 span { border-color: rgb(175,89,250); }

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