Html Css Color HEX #AF5ADC Medium Orchid

📋 copy color: '#AF5ADC'

red 175 ◦ green 90 ◦ blue 220

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

Shades of Medium Orchid #AF5ADC

Tints of Medium Orchid #AF5ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.56%

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

R = 36.08%
G = 18.56%
B = 45.36%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF5ADC (or 0xAF5ADC) is known color: Medium Orchid. HEX triplet: AF, 5A and DC. RGB value is (175,90,220). Sum of RGB (Red+Green+Blue) = 175+90+220=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF5ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ADC is #50A523. Grayscale: #818181. Windows color (decimal): -5285156 or 14441135. OLE color: 14441135.

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

Color convert

RGB 175 90 220 -
CMYK 0.20 0.59 0 0.14
HSL 279.23º 0.65% 0.61% -
HSV(B) 279.23º 0.59% 0.86% -
XYZ 34.25 21.59 70.07 -
YUV 130.24 178.66 159.93 -
System Red Green Blue C M Y K H S L
Decimal 175 90 220 0.20 0.59 0 0.14 279.23 0.65 0.61
Hex AF 5A DC 14 3B 0 E 117 41 3D
Octal 257 132 334 24 73 0 16 427 101 75
Binary 10101111 1011010 11011100 10100 111011 0 1110 100010111 1000001 111101

Color Harmonies of #AF5ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5ADC

Black with #AF5ADC

Text Example


Text Example

White with #AF5ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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