Html Css Color HEX #AF54E6 Medium Orchid

📋 copy color: '#AF54E6'

red 175 ◦ green 84 ◦ blue 230

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

Shades of Medium Orchid #AF54E6

Tints of Medium Orchid #AF54E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 35.79%
G = 17.18%
B = 47.03%

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

#AF54E6 (or 0xAF54E6) is known color: Medium Orchid. HEX triplet: AF, 54 and E6. RGB value is (175,84,230). Sum of RGB (Red+Green+Blue) = 175+84+230=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF54E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF54E6 is #50AB19. Grayscale: #7F7F7F. Windows color (decimal): -5286682 or 15094959. OLE color: 15094959.

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

Color convert

RGB 175 84 230 -
CMYK 0.24 0.63 0 0.10
HSL 277.4º 0.74% 0.62% -
HSV(B) 277.4º 0.63% 0.9% -
XYZ 35.13 21.17 77.1 -
YUV 127.85 185.65 161.63 -
System Red Green Blue C M Y K H S L
Decimal 175 84 230 0.24 0.63 0 0.10 277.4 0.74 0.62
Hex AF 54 E6 18 3F 0 A 115 4A 3E
Octal 257 124 346 30 77 0 12 425 112 76
Binary 10101111 1010100 11100110 11000 111111 0 1010 100010101 1001010 111110

Color Harmonies of #AF54E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF54E6

Black with #AF54E6

Text Example


Text Example

White with #AF54E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF54E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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