Html Css Color HEX #AF54E5 Medium Orchid

📋 copy color: '#AF54E5'

red 175 ◦ green 84 ◦ blue 229

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

Shades of Medium Orchid #AF54E5

Tints of Medium Orchid #AF54E5

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.21%

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

R = 35.86%
G = 17.21%
B = 46.93%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF54E5 (or 0xAF54E5) is known color: Medium Orchid. HEX triplet: AF, 54 and E5. RGB value is (175,84,229). Sum of RGB (Red+Green+Blue) = 175+84+229=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF54E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54E5 is #50AB1A. Grayscale: #7F7F7F. Windows color (decimal): -5286683 or 15029423. OLE color: 15029423.

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

Color convert

RGB 175 84 229 -
CMYK 0.24 0.63 0 0.10
HSL 277.66º 0.74% 0.61% -
HSV(B) 277.66º 0.63% 0.9% -
XYZ 34.99 21.11 76.36 -
YUV 127.74 185.15 161.71 -
System Red Green Blue C M Y K H S L
Decimal 175 84 229 0.24 0.63 0 0.10 277.66 0.74 0.61
Hex AF 54 E5 18 3F 0 A 116 4A 3D
Octal 257 124 345 30 77 0 12 426 112 75
Binary 10101111 1010100 11100101 11000 111111 0 1010 100010110 1001010 111101

Color Harmonies of #AF54E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF54E5

Black with #AF54E5

Text Example


Text Example

White with #AF54E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF54E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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