Html Css Color HEX #AF5FC2 Medium Orchid

📋 copy color: '#AF5FC2'

red 175 ◦ green 95 ◦ blue 194

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

Shades of Medium Orchid #AF5FC2

Tints of Medium Orchid #AF5FC2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.47%

 BLUE value IS 194 (76.17% from 255) = 41.81%

R = 37.72%
G = 20.47%
B = 41.81%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF5FC2 (or 0xAF5FC2) is known color: Medium Orchid. HEX triplet: AF, 5F and C2. RGB value is (175,95,194). Sum of RGB (Red+Green+Blue) = 175+95+194=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF5FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FC2 is #50A03D. Grayscale: #818181. Windows color (decimal): -5283902 or 12738479. OLE color: 12738479.

HSL color Cylindrical-coordinate representation of color #AF5FC2: hue angle of 288.48º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5FC2 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 95 194 -
CMYK 0.10 0.51 0 0.24
HSL 288.48º 0.45% 0.57% -
HSV(B) 288.48º 0.51% 0.76% -
XYZ 31.51 21.19 53.47 -
YUV 130.21 164 159.95 -
System Red Green Blue C M Y K H S L
Decimal 175 95 194 0.10 0.51 0 0.24 288.48 0.45 0.57
Hex AF 5F C2 A 33 0 18 120 2D 39
Octal 257 137 302 12 63 0 30 440 55 71
Binary 10101111 1011111 11000010 1010 110011 0 11000 100100000 101101 111001

Color Harmonies of #AF5FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FC2

Black with #AF5FC2

Text Example


Text Example

White with #AF5FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FC2; }

 p { color: rgb(175,95,194); }

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

background-color css

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

 a { background-color: rgb(175,95,194); }

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

border-color css

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

 span { border-color: rgb(175,95,194); }

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