Html Css Color HEX #AF51EA Medium Orchid

📋 copy color: '#AF51EA'

red 175 ◦ green 81 ◦ blue 234

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

Shades of Medium Orchid #AF51EA

Tints of Medium Orchid #AF51EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.53%

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

R = 35.71%
G = 16.53%
B = 47.76%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF51EA (or 0xAF51EA) is known color: Medium Orchid. HEX triplet: AF, 51 and EA. RGB value is (175,81,234). Sum of RGB (Red+Green+Blue) = 175+81+234=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF51EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF51EA is #50AE15. Grayscale: #7E7E7E. Windows color (decimal): -5287446 or 15356335. OLE color: 15356335.

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

Color convert

RGB 175 81 234 -
CMYK 0.25 0.65 0 0.08
HSL 276.86º 0.78% 0.62% -
HSV(B) 276.86º 0.65% 0.92% -
XYZ 35.47 20.94 80.01 -
YUV 126.55 188.64 162.56 -
System Red Green Blue C M Y K H S L
Decimal 175 81 234 0.25 0.65 0 0.08 276.86 0.78 0.62
Hex AF 51 EA 19 41 0 8 115 4E 3E
Octal 257 121 352 31 101 0 10 425 116 76
Binary 10101111 1010001 11101010 11001 1000001 0 1000 100010101 1001110 111110

Color Harmonies of #AF51EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF51EA

Black with #AF51EA

Text Example


Text Example

White with #AF51EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF51EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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