Html Css Color HEX #AF4EC2 Medium Orchid

📋 copy color: '#AF4EC2'

red 175 ◦ green 78 ◦ blue 194

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

Shades of Medium Orchid #AF4EC2

Tints of Medium Orchid #AF4EC2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.45%

 BLUE value IS 194 (76.17% from 255) = 43.4%

R = 39.15%
G = 17.45%
B = 43.4%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF4EC2 (or 0xAF4EC2) is known color: Medium Orchid. HEX triplet: AF, 4E and C2. RGB value is (175,78,194). Sum of RGB (Red+Green+Blue) = 175+78+194=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF4EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4EC2 is #50B13D. Grayscale: #777777. Windows color (decimal): -5288254 or 12734127. OLE color: 12734127.

HSL color Cylindrical-coordinate representation of color #AF4EC2: hue angle of 290.17º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4EC2 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 78 194 -
CMYK 0.10 0.60 0 0.24
HSL 290.17º 0.49% 0.53% -
HSV(B) 290.17º 0.6% 0.76% -
XYZ 30.14 18.46 53.01 -
YUV 120.23 169.64 167.07 -
System Red Green Blue C M Y K H S L
Decimal 175 78 194 0.10 0.60 0 0.24 290.17 0.49 0.53
Hex AF 4E C2 A 3C 0 18 122 31 35
Octal 257 116 302 12 74 0 30 442 61 65
Binary 10101111 1001110 11000010 1010 111100 0 11000 100100010 110001 110101

Color Harmonies of #AF4EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4EC2

Black with #AF4EC2

Text Example


Text Example

White with #AF4EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4EC2; }

 p { color: rgb(175,78,194); }

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

background-color css

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

 a { background-color: rgb(175,78,194); }

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

border-color css

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

 span { border-color: rgb(175,78,194); }

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