Html Css Color HEX #AF7BE6 Medium Purple

📋 copy color: '#AF7BE6'

red 175 ◦ green 123 ◦ blue 230

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

Shades of Medium Purple #AF7BE6

Tints of Medium Purple #AF7BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.56%

R = 33.14%
G = 23.3%
B = 43.56%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF7BE6 (or 0xAF7BE6) is known color: Medium Purple. HEX triplet: AF, 7B and E6. RGB value is (175,123,230). Sum of RGB (Red+Green+Blue) = 175+123+230=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF7BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7BE6 is #508419. Grayscale: #969696. Windows color (decimal): -5276698 or 15104943. OLE color: 15104943.

HSL color Cylindrical-coordinate representation of color #AF7BE6: hue angle of 269.16º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF7BE6 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 123 230 -
CMYK 0.24 0.47 0 0.10
HSL 269.16º 0.68% 0.69% -
HSV(B) 269.16º 0.47% 0.9% -
XYZ 39.05 28.99 78.4 -
YUV 150.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 175 123 230 0.24 0.47 0 0.10 269.16 0.68 0.69
Hex AF 7B E6 18 2F 0 A 10D 44 45
Octal 257 173 346 30 57 0 12 415 104 105
Binary 10101111 1111011 11100110 11000 101111 0 1010 100001101 1000100 1000101

Color Harmonies of #AF7BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BE6

Black with #AF7BE6

Text Example


Text Example

White with #AF7BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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