Html Css Color HEX #AF3DD9 Medium Orchid

📋 copy color: '#AF3DD9'

red 175 ◦ green 61 ◦ blue 217

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

Shades of Medium Orchid #AF3DD9

Tints of Medium Orchid #AF3DD9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.47%

 BLUE value IS 217 (85.16% from 255) = 47.9%

R = 38.63%
G = 13.47%
B = 47.9%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF3DD9 (or 0xAF3DD9) is known color: Medium Orchid. HEX triplet: AF, 3D and D9. RGB value is (175,61,217). Sum of RGB (Red+Green+Blue) = 175+61+217=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF3DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DD9 is #50C226. Grayscale: #707070. Windows color (decimal): -5292583 or 14237103. OLE color: 14237103.

HSL color Cylindrical-coordinate representation of color #AF3DD9: hue angle of 283.85º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3DD9 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 61 217 -
CMYK 0.19 0.72 0 0.15
HSL 283.85º 0.67% 0.55% -
HSV(B) 283.85º 0.72% 0.85% -
XYZ 31.87 17.46 67.34 -
YUV 112.87 186.77 172.32 -
System Red Green Blue C M Y K H S L
Decimal 175 61 217 0.19 0.72 0 0.15 283.85 0.67 0.55
Hex AF 3D D9 13 48 0 F 11C 43 37
Octal 257 75 331 23 110 0 17 434 103 67
Binary 10101111 111101 11011001 10011 1001000 0 1111 100011100 1000011 110111

Color Harmonies of #AF3DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3DD9

Black with #AF3DD9

Text Example


Text Example

White with #AF3DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3DD9; }

 p { color: rgb(175,61,217); }

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

background-color css

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

 a { background-color: rgb(175,61,217); }

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

border-color css

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

 span { border-color: rgb(175,61,217); }

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