Html Css Color HEX #AF4DEF Medium Orchid

📋 copy color: '#AF4DEF'

red 175 ◦ green 77 ◦ blue 239

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

Shades of Medium Orchid #AF4DEF

Tints of Medium Orchid #AF4DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 35.64%
G = 15.68%
B = 48.68%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF4DEF (or 0xAF4DEF) is known color: Medium Orchid. HEX triplet: AF, 4D and EF. RGB value is (175,77,239). Sum of RGB (Red+Green+Blue) = 175+77+239=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF4DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4DEF is #50B210. Grayscale: #7C7C7C. Windows color (decimal): -5288465 or 15682991. OLE color: 15682991.

HSL color Cylindrical-coordinate representation of color #AF4DEF: hue angle of 276.3º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF4DEF is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 77 239 -
CMYK 0.27 0.68 0 0.06
HSL 276.3º 0.84% 0.62% -
HSV(B) 276.3º 0.68% 0.94% -
XYZ 35.91 20.65 83.76 -
YUV 124.77 192.47 163.83 -
System Red Green Blue C M Y K H S L
Decimal 175 77 239 0.27 0.68 0 0.06 276.3 0.84 0.62
Hex AF 4D EF 1B 44 0 6 114 54 3E
Octal 257 115 357 33 104 0 6 424 124 76
Binary 10101111 1001101 11101111 11011 1000100 0 110 100010100 1010100 111110

Color Harmonies of #AF4DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4DEF

Black with #AF4DEF

Text Example


Text Example

White with #AF4DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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