Html Css Color HEX #AF55C1 Medium Orchid

📋 copy color: '#AF55C1'

red 175 ◦ green 85 ◦ blue 193

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

Shades of Medium Orchid #AF55C1

Tints of Medium Orchid #AF55C1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.76%

 BLUE value IS 193 (75.78% from 255) = 42.6%

R = 38.63%
G = 18.76%
B = 42.6%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF55C1 (or 0xAF55C1) is known color: Medium Orchid. HEX triplet: AF, 55 and C1. RGB value is (175,85,193). Sum of RGB (Red+Green+Blue) = 175+85+193=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF55C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55C1 is #50AA3E. Grayscale: #7B7B7B. Windows color (decimal): -5286463 or 12670383. OLE color: 12670383.

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

Color convert

RGB 175 85 193 -
CMYK 0.09 0.56 0 0.24
HSL 290º 0.47% 0.55% -
HSV(B) 290º 0.56% 0.76% -
XYZ 30.55 19.46 52.6 -
YUV 124.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 175 85 193 0.09 0.56 0 0.24 290 0.47 0.55
Hex AF 55 C1 9 38 0 18 122 2F 37
Octal 257 125 301 11 70 0 30 442 57 67
Binary 10101111 1010101 11000001 1001 111000 0 11000 100100010 101111 110111

Color Harmonies of #AF55C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55C1

Black with #AF55C1

Text Example


Text Example

White with #AF55C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55C1; }

 p { color: rgb(175,85,193); }

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

background-color css

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

 a { background-color: rgb(175,85,193); }

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

border-color css

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

 span { border-color: rgb(175,85,193); }

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