Html Css Color HEX #AF4EE4 Medium Orchid

📋 copy color: '#AF4EE4'

red 175 ◦ green 78 ◦ blue 228

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

Shades of Medium Orchid #AF4EE4

Tints of Medium Orchid #AF4EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.4%

R = 36.38%
G = 16.22%
B = 47.4%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF4EE4 (or 0xAF4EE4) is known color: Medium Orchid. HEX triplet: AF, 4E and E4. RGB value is (175,78,228). Sum of RGB (Red+Green+Blue) = 175+78+228=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF4EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4EE4 is #50B11B. Grayscale: #7B7B7B. Windows color (decimal): -5288220 or 14962351. OLE color: 14962351.

HSL color Cylindrical-coordinate representation of color #AF4EE4: hue angle of 278.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF4EE4 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 78 228 -
CMYK 0.23 0.66 0 0.11
HSL 278.8º 0.74% 0.6% -
HSV(B) 278.8º 0.66% 0.89% -
XYZ 34.41 20.16 75.48 -
YUV 124.1 186.64 164.3 -
System Red Green Blue C M Y K H S L
Decimal 175 78 228 0.23 0.66 0 0.11 278.8 0.74 0.6
Hex AF 4E E4 17 42 0 B 117 4A 3C
Octal 257 116 344 27 102 0 13 427 112 74
Binary 10101111 1001110 11100100 10111 1000010 0 1011 100010111 1001010 111100

Color Harmonies of #AF4EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4EE4

Black with #AF4EE4

Text Example


Text Example

White with #AF4EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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