Html Css Color HEX #AF7BDE Medium Purple

📋 copy color: '#AF7BDE'

red 175 ◦ green 123 ◦ blue 222

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

Shades of Medium Purple #AF7BDE

Tints of Medium Purple #AF7BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.69%

R = 33.65%
G = 23.65%
B = 42.69%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF7BDE (or 0xAF7BDE) is known color: Medium Purple. HEX triplet: AF, 7B and DE. RGB value is (175,123,222). Sum of RGB (Red+Green+Blue) = 175+123+222=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF7BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BDE is #508421. Grayscale: #959595. Windows color (decimal): -5276706 or 14580655. OLE color: 14580655.

HSL color Cylindrical-coordinate representation of color #AF7BDE: hue angle of 271.52º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF7BDE is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 123 222 -
CMYK 0.21 0.45 0 0.13
HSL 271.52º 0.6% 0.68% -
HSV(B) 271.52º 0.45% 0.87% -
XYZ 37.95 28.55 72.62 -
YUV 149.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 175 123 222 0.21 0.45 0 0.13 271.52 0.6 0.68
Hex AF 7B DE 15 2D 0 D 110 3C 44
Octal 257 173 336 25 55 0 15 420 74 104
Binary 10101111 1111011 11011110 10101 101101 0 1101 100010000 111100 1000100

Color Harmonies of #AF7BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BDE

Black with #AF7BDE

Text Example


Text Example

White with #AF7BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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