Html Css Color HEX #AF7EEF Medium Purple

📋 copy color: '#AF7EEF'

red 175 ◦ green 126 ◦ blue 239

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

Shades of Medium Purple #AF7EEF

Tints of Medium Purple #AF7EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.33%

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

R = 32.41%
G = 23.33%
B = 44.26%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF7EEF (or 0xAF7EEF) is known color: Medium Purple. HEX triplet: AF, 7E and EF. RGB value is (175,126,239). Sum of RGB (Red+Green+Blue) = 175+126+239=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF7EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7EEF is #508110. Grayscale: #999999. Windows color (decimal): -5275921 or 15695535. OLE color: 15695535.

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

Color convert

RGB 175 126 239 -
CMYK 0.27 0.47 0 0.06
HSL 266.02º 0.78% 0.72% -
HSV(B) 266.02º 0.47% 0.94% -
XYZ 40.72 30.27 85.36 -
YUV 153.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 175 126 239 0.27 0.47 0 0.06 266.02 0.78 0.72
Hex AF 7E EF 1B 2F 0 6 10A 4E 48
Octal 257 176 357 33 57 0 6 412 116 110
Binary 10101111 1111110 11101111 11011 101111 0 110 100001010 1001110 1001000

Color Harmonies of #AF7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EEF

Black with #AF7EEF

Text Example


Text Example

White with #AF7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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