Html Css Color HEX #AF56EA Medium Orchid

📋 copy color: '#AF56EA'

red 175 ◦ green 86 ◦ blue 234

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

Shades of Medium Orchid #AF56EA

Tints of Medium Orchid #AF56EA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.37%

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

R = 35.35%
G = 17.37%
B = 47.27%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF56EA (or 0xAF56EA) is known color: Medium Orchid. HEX triplet: AF, 56 and EA. RGB value is (175,86,234). Sum of RGB (Red+Green+Blue) = 175+86+234=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF56EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF56EA is #50A915. Grayscale: #808080. Windows color (decimal): -5286166 or 15357615. OLE color: 15357615.

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

Color convert

RGB 175 86 234 -
CMYK 0.25 0.63 0 0.08
HSL 276.08º 0.78% 0.63% -
HSV(B) 276.08º 0.63% 0.92% -
XYZ 35.86 21.71 80.14 -
YUV 129.48 186.99 160.47 -
System Red Green Blue C M Y K H S L
Decimal 175 86 234 0.25 0.63 0 0.08 276.08 0.78 0.63
Hex AF 56 EA 19 3F 0 8 114 4E 3F
Octal 257 126 352 31 77 0 10 424 116 77
Binary 10101111 1010110 11101010 11001 111111 0 1000 100010100 1001110 111111

Color Harmonies of #AF56EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF56EA

Black with #AF56EA

Text Example


Text Example

White with #AF56EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF56EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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