Html Css Color HEX #AF46EA Medium Orchid

📋 copy color: '#AF46EA'

red 175 ◦ green 70 ◦ blue 234

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

Shades of Medium Orchid #AF46EA

Tints of Medium Orchid #AF46EA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.61%

 BLUE value IS 234 (91.8% from 255) = 48.85%

R = 36.53%
G = 14.61%
B = 48.85%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF46EA (or 0xAF46EA) is known color: Medium Orchid. HEX triplet: AF, 46 and EA. RGB value is (175,70,234). Sum of RGB (Red+Green+Blue) = 175+70+234=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF46EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF46EA is #50B915. Grayscale: #777777. Windows color (decimal): -5290262 or 15353519. OLE color: 15353519.

HSL color Cylindrical-coordinate representation of color #AF46EA: hue angle of 278.41º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF46EA is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 70 234 -
CMYK 0.25 0.70 0 0.08
HSL 278.41º 0.8% 0.6% -
HSV(B) 278.41º 0.7% 0.92% -
XYZ 34.72 19.43 79.76 -
YUV 120.09 192.29 167.16 -
System Red Green Blue C M Y K H S L
Decimal 175 70 234 0.25 0.70 0 0.08 278.41 0.8 0.6
Hex AF 46 EA 19 46 0 8 116 50 3C
Octal 257 106 352 31 106 0 10 426 120 74
Binary 10101111 1000110 11101010 11001 1000110 0 1000 100010110 1010000 111100

Color Harmonies of #AF46EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF46EA

Black with #AF46EA

Text Example


Text Example

White with #AF46EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF46EA; }

 p { color: rgb(175,70,234); }

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

background-color css

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

 a { background-color: rgb(175,70,234); }

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

border-color css

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

 span { border-color: rgb(175,70,234); }

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