Html Css Color HEX #AF4DDD Medium Orchid

📋 copy color: '#AF4DDD'

red 175 ◦ green 77 ◦ blue 221

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

Shades of Medium Orchid #AF4DDD

Tints of Medium Orchid #AF4DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.28%

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 37%
G = 16.28%
B = 46.72%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF4DDD (or 0xAF4DDD) is known color: Medium Orchid. HEX triplet: AF, 4D and DD. RGB value is (175,77,221). Sum of RGB (Red+Green+Blue) = 175+77+221=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF4DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DDD is #50B222. Grayscale: #7A7A7A. Windows color (decimal): -5288483 or 14503343. OLE color: 14503343.

HSL color Cylindrical-coordinate representation of color #AF4DDD: hue angle of 280.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF4DDD is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 77 221 -
CMYK 0.21 0.65 0 0.13
HSL 280.83º 0.68% 0.58% -
HSV(B) 280.83º 0.65% 0.87% -
XYZ 33.38 19.64 70.44 -
YUV 122.72 183.47 165.29 -
System Red Green Blue C M Y K H S L
Decimal 175 77 221 0.21 0.65 0 0.13 280.83 0.68 0.58
Hex AF 4D DD 15 41 0 D 119 44 3A
Octal 257 115 335 25 101 0 15 431 104 72
Binary 10101111 1001101 11011101 10101 1000001 0 1101 100011001 1000100 111010

Color Harmonies of #AF4DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4DDD

Black with #AF4DDD

Text Example


Text Example

White with #AF4DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4DDD; }

 p { color: rgb(175,77,221); }

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

background-color css

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

 a { background-color: rgb(175,77,221); }

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

border-color css

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

 span { border-color: rgb(175,77,221); }

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