Html Css Color HEX #AF4DEC Medium Orchid

📋 copy color: '#AF4DEC'

red 175 ◦ green 77 ◦ blue 236

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

Shades of Medium Orchid #AF4DEC

Tints of Medium Orchid #AF4DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.78%

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

R = 35.86%
G = 15.78%
B = 48.36%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF4DEC (or 0xAF4DEC) is known color: Medium Orchid. HEX triplet: AF, 4D and EC. RGB value is (175,77,236). Sum of RGB (Red+Green+Blue) = 175+77+236=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF4DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4DEC is #50B213. Grayscale: #7B7B7B. Windows color (decimal): -5288468 or 15486383. OLE color: 15486383.

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

Color convert

RGB 175 77 236 -
CMYK 0.26 0.67 0 0.07
HSL 276.98º 0.81% 0.61% -
HSV(B) 276.98º 0.67% 0.93% -
XYZ 35.47 20.48 81.44 -
YUV 124.43 190.97 164.07 -
System Red Green Blue C M Y K H S L
Decimal 175 77 236 0.26 0.67 0 0.07 276.98 0.81 0.61
Hex AF 4D EC 1A 43 0 7 115 51 3D
Octal 257 115 354 32 103 0 7 425 121 75
Binary 10101111 1001101 11101100 11010 1000011 0 111 100010101 1010001 111101

Color Harmonies of #AF4DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4DEC

Black with #AF4DEC

Text Example


Text Example

White with #AF4DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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