Html Css Color HEX #AF4AE5 Medium Orchid

📋 copy color: '#AF4AE5'

red 175 ◦ green 74 ◦ blue 229

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

Shades of Medium Orchid #AF4AE5

Tints of Medium Orchid #AF4AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.91%

R = 36.61%
G = 15.48%
B = 47.91%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF4AE5 (or 0xAF4AE5) is known color: Medium Orchid. HEX triplet: AF, 4A and E5. RGB value is (175,74,229). Sum of RGB (Red+Green+Blue) = 175+74+229=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF4AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4AE5 is #50B51A. Grayscale: #797979. Windows color (decimal): -5289243 or 15026863. OLE color: 15026863.

HSL color Cylindrical-coordinate representation of color #AF4AE5: hue angle of 279.1º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF4AE5 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 74 229 -
CMYK 0.24 0.68 0 0.10
HSL 279.1º 0.75% 0.59% -
HSV(B) 279.1º 0.68% 0.9% -
XYZ 34.27 19.67 76.12 -
YUV 121.87 188.46 165.9 -
System Red Green Blue C M Y K H S L
Decimal 175 74 229 0.24 0.68 0 0.10 279.1 0.75 0.59
Hex AF 4A E5 18 44 0 A 117 4B 3B
Octal 257 112 345 30 104 0 12 427 113 73
Binary 10101111 1001010 11100101 11000 1000100 0 1010 100010111 1001011 111011

Color Harmonies of #AF4AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4AE5

Black with #AF4AE5

Text Example


Text Example

White with #AF4AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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