Html Css Color HEX #AF7BED Medium Purple

📋 copy color: '#AF7BED'

red 175 ◦ green 123 ◦ blue 237

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

Shades of Medium Purple #AF7BED

Tints of Medium Purple #AF7BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.3%

R = 32.71%
G = 22.99%
B = 44.3%

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

#AF7BED (or 0xAF7BED) is known color: Medium Purple. HEX triplet: AF, 7B and ED. RGB value is (175,123,237). Sum of RGB (Red+Green+Blue) = 175+123+237=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF7BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7BED is #508412. Grayscale: #979797. Windows color (decimal): -5276691 or 15563695. OLE color: 15563695.

HSL color Cylindrical-coordinate representation of color #AF7BED: hue angle of 267.37º degrees, saturation: 0.76, 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 #AF7BED is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 123 237 -
CMYK 0.26 0.48 0 0.07
HSL 267.37º 0.76% 0.71% -
HSV(B) 267.37º 0.48% 0.93% -
XYZ 40.05 29.39 83.68 -
YUV 151.54 176.23 144.73 -
System Red Green Blue C M Y K H S L
Decimal 175 123 237 0.26 0.48 0 0.07 267.37 0.76 0.71
Hex AF 7B ED 1A 30 0 7 10B 4C 47
Octal 257 173 355 32 60 0 7 413 114 107
Binary 10101111 1111011 11101101 11010 110000 0 111 100001011 1001100 1000111

Color Harmonies of #AF7BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BED

Black with #AF7BED

Text Example


Text Example

White with #AF7BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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