Html Css Color HEX #AF5AEC Medium Orchid

📋 copy color: '#AF5AEC'

red 175 ◦ green 90 ◦ blue 236

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

Shades of Medium Orchid #AF5AEC

Tints of Medium Orchid #AF5AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.96%

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 34.93%
G = 17.96%
B = 47.11%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF5AEC (or 0xAF5AEC) is known color: Medium Orchid. HEX triplet: AF, 5A and EC. RGB value is (175,90,236). Sum of RGB (Red+Green+Blue) = 175+90+236=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF5AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5AEC is #50A513. Grayscale: #838383. Windows color (decimal): -5285140 or 15489711. OLE color: 15489711.

HSL color Cylindrical-coordinate representation of color #AF5AEC: hue angle of 274.93º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF5AEC is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 90 236 -
CMYK 0.26 0.62 0 0.07
HSL 274.93º 0.79% 0.64% -
HSV(B) 274.93º 0.62% 0.93% -
XYZ 36.48 22.48 81.77 -
YUV 132.06 186.66 158.63 -
System Red Green Blue C M Y K H S L
Decimal 175 90 236 0.26 0.62 0 0.07 274.93 0.79 0.64
Hex AF 5A EC 1A 3E 0 7 113 4F 40
Octal 257 132 354 32 76 0 7 423 117 100
Binary 10101111 1011010 11101100 11010 111110 0 111 100010011 1001111 1000000

Color Harmonies of #AF5AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5AEC

Black with #AF5AEC

Text Example


Text Example

White with #AF5AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5AEC; }

 p { color: rgb(175,90,236); }

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

background-color css

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

 a { background-color: rgb(175,90,236); }

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

border-color css

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

 span { border-color: rgb(175,90,236); }

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