Html Css Color HEX #AF7BEE Medium Purple

📋 copy color: '#AF7BEE'

red 175 ◦ green 123 ◦ blue 238

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

Shades of Medium Purple #AF7BEE

Tints of Medium Purple #AF7BEE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.95%

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

R = 32.65%
G = 22.95%
B = 44.4%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF7BEE (or 0xAF7BEE) is known color: Medium Purple. HEX triplet: AF, 7B and EE. RGB value is (175,123,238). Sum of RGB (Red+Green+Blue) = 175+123+238=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF7BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7BEE is #508411. Grayscale: #979797. Windows color (decimal): -5276690 or 15629231. OLE color: 15629231.

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

Color convert

RGB 175 123 238 -
CMYK 0.26 0.48 0 0.07
HSL 267.13º 0.77% 0.71% -
HSV(B) 267.13º 0.48% 0.93% -
XYZ 40.19 29.45 84.46 -
YUV 151.66 176.73 144.65 -
System Red Green Blue C M Y K H S L
Decimal 175 123 238 0.26 0.48 0 0.07 267.13 0.77 0.71
Hex AF 7B EE 1A 30 0 7 10B 4D 47
Octal 257 173 356 32 60 0 7 413 115 107
Binary 10101111 1111011 11101110 11010 110000 0 111 100001011 1001101 1000111

Color Harmonies of #AF7BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BEE

Black with #AF7BEE

Text Example


Text Example

White with #AF7BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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