Html Css Color HEX #AF4AE4 Medium Orchid

📋 copy color: '#AF4AE4'

red 175 ◦ green 74 ◦ blue 228

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

Shades of Medium Orchid #AF4AE4

Tints of Medium Orchid #AF4AE4

RGB

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

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

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

R = 36.69%
G = 15.51%
B = 47.8%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF4AE4 (or 0xAF4AE4) is known color: Medium Orchid. HEX triplet: AF, 4A and E4. RGB value is (175,74,228). Sum of RGB (Red+Green+Blue) = 175+74+228=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF4AE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4AE4 is #50B51B. Grayscale: #797979. Windows color (decimal): -5289244 or 14961327. OLE color: 14961327.

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

Color convert

RGB 175 74 228 -
CMYK 0.23 0.68 0 0.11
HSL 279.35º 0.74% 0.59% -
HSV(B) 279.35º 0.68% 0.89% -
XYZ 34.13 19.61 75.39 -
YUV 121.76 187.96 165.98 -
System Red Green Blue C M Y K H S L
Decimal 175 74 228 0.23 0.68 0 0.11 279.35 0.74 0.59
Hex AF 4A E4 17 44 0 B 117 4A 3B
Octal 257 112 344 27 104 0 13 427 112 73
Binary 10101111 1001010 11100100 10111 1000100 0 1011 100010111 1001010 111011

Color Harmonies of #AF4AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4AE4

Black with #AF4AE4

Text Example


Text Example

White with #AF4AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4AE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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