Html Css Color HEX #AF4EEF Medium Orchid

📋 copy color: '#AF4EEF'

red 175 ◦ green 78 ◦ blue 239

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

Shades of Medium Orchid #AF4EEF

Tints of Medium Orchid #AF4EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.85%

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

R = 35.57%
G = 15.85%
B = 48.58%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF4EEF (or 0xAF4EEF) is known color: Medium Orchid. HEX triplet: AF, 4E and EF. RGB value is (175,78,239). Sum of RGB (Red+Green+Blue) = 175+78+239=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF4EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4EEF is #50B110. Grayscale: #7C7C7C. Windows color (decimal): -5288209 or 15683247. OLE color: 15683247.

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

Color convert

RGB 175 78 239 -
CMYK 0.27 0.67 0 0.06
HSL 276.15º 0.83% 0.62% -
HSV(B) 276.15º 0.67% 0.94% -
XYZ 35.98 20.79 83.78 -
YUV 125.36 192.14 163.41 -
System Red Green Blue C M Y K H S L
Decimal 175 78 239 0.27 0.67 0 0.06 276.15 0.83 0.62
Hex AF 4E EF 1B 43 0 6 114 53 3E
Octal 257 116 357 33 103 0 6 424 123 76
Binary 10101111 1001110 11101111 11011 1000011 0 110 100010100 1010011 111110

Color Harmonies of #AF4EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4EEF

Black with #AF4EEF

Text Example


Text Example

White with #AF4EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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