Html Css Color HEX #AF40EA Medium Orchid

📋 copy color: '#AF40EA'

red 175 ◦ green 64 ◦ blue 234

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

Shades of Medium Orchid #AF40EA

Tints of Medium Orchid #AF40EA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.53%

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

R = 37%
G = 13.53%
B = 49.47%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF40EA (or 0xAF40EA) is known color: Medium Orchid. HEX triplet: AF, 40 and EA. RGB value is (175,64,234). Sum of RGB (Red+Green+Blue) = 175+64+234=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF40EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF40EA is #50BF15. Grayscale: #737373. Windows color (decimal): -5291798 or 15351983. OLE color: 15351983.

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

Color convert

RGB 175 64 234 -
CMYK 0.25 0.73 0 0.08
HSL 279.18º 0.8% 0.58% -
HSV(B) 279.18º 0.73% 0.92% -
XYZ 34.36 18.72 79.64 -
YUV 116.57 194.27 169.68 -
System Red Green Blue C M Y K H S L
Decimal 175 64 234 0.25 0.73 0 0.08 279.18 0.8 0.58
Hex AF 40 EA 19 49 0 8 117 50 3A
Octal 257 100 352 31 111 0 10 427 120 72
Binary 10101111 1000000 11101010 11001 1001001 0 1000 100010111 1010000 111010

Color Harmonies of #AF40EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF40EA

Black with #AF40EA

Text Example


Text Example

White with #AF40EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF40EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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