Html Css Color HEX #AF5DC3 Medium Orchid

📋 copy color: '#AF5DC3'

red 175 ◦ green 93 ◦ blue 195

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

Shades of Medium Orchid #AF5DC3

Tints of Medium Orchid #AF5DC3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.09%

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

R = 37.8%
G = 20.09%
B = 42.12%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF5DC3 (or 0xAF5DC3) is known color: Medium Orchid. HEX triplet: AF, 5D and C3. RGB value is (175,93,195). Sum of RGB (Red+Green+Blue) = 175+93+195=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF5DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DC3 is #50A23C. Grayscale: #808080. Windows color (decimal): -5284413 or 12803503. OLE color: 12803503.

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

Color convert

RGB 175 93 195 -
CMYK 0.10 0.52 0 0.24
HSL 288.24º 0.46% 0.56% -
HSV(B) 288.24º 0.52% 0.76% -
XYZ 31.44 20.88 54 -
YUV 129.15 165.17 160.71 -
System Red Green Blue C M Y K H S L
Decimal 175 93 195 0.10 0.52 0 0.24 288.24 0.46 0.56
Hex AF 5D C3 A 34 0 18 120 2E 38
Octal 257 135 303 12 64 0 30 440 56 70
Binary 10101111 1011101 11000011 1010 110100 0 11000 100100000 101110 111000

Color Harmonies of #AF5DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5DC3

Black with #AF5DC3

Text Example


Text Example

White with #AF5DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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