Html Css Color HEX #AF4ADC Medium Orchid

📋 copy color: '#AF4ADC'

red 175 ◦ green 74 ◦ blue 220

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

Shades of Medium Orchid #AF4ADC

Tints of Medium Orchid #AF4ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.78%

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

R = 37.31%
G = 15.78%
B = 46.91%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF4ADC (or 0xAF4ADC) is known color: Medium Orchid. HEX triplet: AF, 4A and DC. RGB value is (175,74,220). Sum of RGB (Red+Green+Blue) = 175+74+220=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF4ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4ADC is #50B523. Grayscale: #787878. Windows color (decimal): -5289252 or 14437039. OLE color: 14437039.

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

Color convert

RGB 175 74 220 -
CMYK 0.20 0.66 0 0.14
HSL 281.51º 0.68% 0.58% -
HSV(B) 281.51º 0.66% 0.86% -
XYZ 33.05 19.18 69.67 -
YUV 120.84 183.96 166.63 -
System Red Green Blue C M Y K H S L
Decimal 175 74 220 0.20 0.66 0 0.14 281.51 0.68 0.58
Hex AF 4A DC 14 42 0 E 11A 44 3A
Octal 257 112 334 24 102 0 16 432 104 72
Binary 10101111 1001010 11011100 10100 1000010 0 1110 100011010 1000100 111010

Color Harmonies of #AF4ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4ADC

Black with #AF4ADC

Text Example


Text Example

White with #AF4ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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