Html Css Color HEX #AF7EEE Medium Purple

📋 copy color: '#AF7EEE'

red 175 ◦ green 126 ◦ blue 238

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

Shades of Medium Purple #AF7EEE

Tints of Medium Purple #AF7EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.16%

R = 32.47%
G = 23.38%
B = 44.16%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF7EEE (or 0xAF7EEE) is known color: Medium Purple. HEX triplet: AF, 7E and EE. RGB value is (175,126,238). Sum of RGB (Red+Green+Blue) = 175+126+238=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF7EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7EEE is #508111. Grayscale: #999999. Windows color (decimal): -5275922 or 15629999. OLE color: 15629999.

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

Color convert

RGB 175 126 238 -
CMYK 0.26 0.47 0 0.07
HSL 266.25º 0.77% 0.71% -
HSV(B) 266.25º 0.47% 0.93% -
XYZ 40.57 30.21 84.58 -
YUV 153.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 175 126 238 0.26 0.47 0 0.07 266.25 0.77 0.71
Hex AF 7E EE 1A 2F 0 7 10A 4D 47
Octal 257 176 356 32 57 0 7 412 115 107
Binary 10101111 1111110 11101110 11010 101111 0 111 100001010 1001101 1000111

Color Harmonies of #AF7EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EEE

Black with #AF7EEE

Text Example


Text Example

White with #AF7EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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