Html Css Color HEX #AF55CC Medium Orchid

📋 copy color: '#AF55CC'

red 175 ◦ green 85 ◦ blue 204

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

Shades of Medium Orchid #AF55CC

Tints of Medium Orchid #AF55CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 37.72%
G = 18.32%
B = 43.97%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF55CC (or 0xAF55CC) is known color: Medium Orchid. HEX triplet: AF, 55 and CC. RGB value is (175,85,204). Sum of RGB (Red+Green+Blue) = 175+85+204=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF55CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55CC is #50AA33. Grayscale: #7D7D7D. Windows color (decimal): -5286452 or 13391279. OLE color: 13391279.

HSL color Cylindrical-coordinate representation of color #AF55CC: hue angle of 285.38º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF55CC is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 85 204 -
CMYK 0.14 0.58 0 0.2
HSL 285.38º 0.54% 0.57% -
HSV(B) 285.38º 0.58% 0.8% -
XYZ 31.83 19.97 59.3 -
YUV 125.48 172.32 163.32 -
System Red Green Blue C M Y K H S L
Decimal 175 85 204 0.14 0.58 0 0.2 285.38 0.54 0.57
Hex AF 55 CC E 3A 0 14 11D 36 39
Octal 257 125 314 16 72 0 24 435 66 71
Binary 10101111 1010101 11001100 1110 111010 0 10100 100011101 110110 111001

Color Harmonies of #AF55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55CC

Black with #AF55CC

Text Example


Text Example

White with #AF55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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