Html Css Color HEX #AF45DC Medium Orchid

📋 copy color: '#AF45DC'

red 175 ◦ green 69 ◦ blue 220

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

Shades of Medium Orchid #AF45DC

Tints of Medium Orchid #AF45DC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.87%

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 37.72%
G = 14.87%
B = 47.41%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF45DC (or 0xAF45DC) is known color: Medium Orchid. HEX triplet: AF, 45 and DC. RGB value is (175,69,220). Sum of RGB (Red+Green+Blue) = 175+69+220=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF45DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45DC is #50BA23. Grayscale: #757575. Windows color (decimal): -5290532 or 14435759. OLE color: 14435759.

HSL color Cylindrical-coordinate representation of color #AF45DC: hue angle of 282.12º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF45DC is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 69 220 -
CMYK 0.20 0.69 0 0.14
HSL 282.12º 0.68% 0.57% -
HSV(B) 282.12º 0.69% 0.86% -
XYZ 32.73 18.54 69.56 -
YUV 117.91 185.62 168.72 -
System Red Green Blue C M Y K H S L
Decimal 175 69 220 0.20 0.69 0 0.14 282.12 0.68 0.57
Hex AF 45 DC 14 45 0 E 11A 44 39
Octal 257 105 334 24 105 0 16 432 104 71
Binary 10101111 1000101 11011100 10100 1000101 0 1110 100011010 1000100 111001

Color Harmonies of #AF45DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF45DC

Black with #AF45DC

Text Example


Text Example

White with #AF45DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF45DC; }

 p { color: rgb(175,69,220); }

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

background-color css

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

 a { background-color: rgb(175,69,220); }

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

border-color css

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

 span { border-color: rgb(175,69,220); }

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