Html Css Color HEX #AF5FC3 Medium Orchid

📋 copy color: '#AF5FC3'

red 175 ◦ green 95 ◦ blue 195

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

Shades of Medium Orchid #AF5FC3

Tints of Medium Orchid #AF5FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.94%

R = 37.63%
G = 20.43%
B = 41.94%

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

#AF5FC3 (or 0xAF5FC3) is known color: Medium Orchid. HEX triplet: AF, 5F and C3. RGB value is (175,95,195). Sum of RGB (Red+Green+Blue) = 175+95+195=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF5FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FC3 is #50A03C. Grayscale: #828282. Windows color (decimal): -5283901 or 12804015. OLE color: 12804015.

HSL color Cylindrical-coordinate representation of color #AF5FC3: hue angle of 288º 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 #AF5FC3 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 95 195 -
CMYK 0.10 0.51 0 0.24
HSL 288º 0.45% 0.57% -
HSV(B) 288º 0.51% 0.76% -
XYZ 31.62 21.24 54.06 -
YUV 130.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 175 95 195 0.10 0.51 0 0.24 288 0.45 0.57
Hex AF 5F C3 A 33 0 18 120 2D 39
Octal 257 137 303 12 63 0 30 440 55 71
Binary 10101111 1011111 11000011 1010 110011 0 11000 100100000 101101 111001

Color Harmonies of #AF5FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FC3

Black with #AF5FC3

Text Example


Text Example

White with #AF5FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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