Html Css Color HEX #AF4AC9 Medium Orchid

📋 copy color: '#AF4AC9'

red 175 ◦ green 74 ◦ blue 201

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

Shades of Medium Orchid #AF4AC9

Tints of Medium Orchid #AF4AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.67%

R = 38.89%
G = 16.44%
B = 44.67%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF4AC9 (or 0xAF4AC9) is known color: Medium Orchid. HEX triplet: AF, 4A and C9. RGB value is (175,74,201). Sum of RGB (Red+Green+Blue) = 175+74+201=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF4AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4AC9 is #50B536. Grayscale: #767676. Windows color (decimal): -5289271 or 13191855. OLE color: 13191855.

HSL color Cylindrical-coordinate representation of color #AF4AC9: hue angle of 287.72º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4AC9 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 74 201 -
CMYK 0.13 0.63 0 0.21
HSL 287.72º 0.54% 0.54% -
HSV(B) 287.72º 0.63% 0.79% -
XYZ 30.67 18.23 57.16 -
YUV 118.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 175 74 201 0.13 0.63 0 0.21 287.72 0.54 0.54
Hex AF 4A C9 D 3F 0 15 120 36 36
Octal 257 112 311 15 77 0 25 440 66 66
Binary 10101111 1001010 11001001 1101 111111 0 10101 100100000 110110 110110

Color Harmonies of #AF4AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4AC9

Black with #AF4AC9

Text Example


Text Example

White with #AF4AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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