Html Css Color HEX #AF4BD9 Medium Orchid

📋 copy color: '#AF4BD9'

red 175 ◦ green 75 ◦ blue 217

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

Shades of Medium Orchid #AF4BD9

Tints of Medium Orchid #AF4BD9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.06%

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

R = 37.47%
G = 16.06%
B = 46.47%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF4BD9 (or 0xAF4BD9) is known color: Medium Orchid. HEX triplet: AF, 4B and D9. RGB value is (175,75,217). Sum of RGB (Red+Green+Blue) = 175+75+217=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF4BD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BD9 is #50B426. Grayscale: #787878. Windows color (decimal): -5288999 or 14240687. OLE color: 14240687.

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

Color convert

RGB 175 75 217 -
CMYK 0.19 0.65 0 0.15
HSL 282.25º 0.65% 0.57% -
HSV(B) 282.25º 0.65% 0.85% -
XYZ 32.72 19.16 67.62 -
YUV 121.09 182.13 166.45 -
System Red Green Blue C M Y K H S L
Decimal 175 75 217 0.19 0.65 0 0.15 282.25 0.65 0.57
Hex AF 4B D9 13 41 0 F 11A 41 39
Octal 257 113 331 23 101 0 17 432 101 71
Binary 10101111 1001011 11011001 10011 1000001 0 1111 100011010 1000001 111001

Color Harmonies of #AF4BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BD9

Black with #AF4BD9

Text Example


Text Example

White with #AF4BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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