Html Css Color HEX #AF7BEA Medium Purple

📋 copy color: '#AF7BEA'

red 175 ◦ green 123 ◦ blue 234

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

Shades of Medium Purple #AF7BEA

Tints of Medium Purple #AF7BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.98%

R = 32.89%
G = 23.12%
B = 43.98%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF7BEA (or 0xAF7BEA) is known color: Medium Purple. HEX triplet: AF, 7B and EA. RGB value is (175,123,234). Sum of RGB (Red+Green+Blue) = 175+123+234=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF7BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7BEA is #508415. Grayscale: #969696. Windows color (decimal): -5276694 or 15367087. OLE color: 15367087.

HSL color Cylindrical-coordinate representation of color #AF7BEA: hue angle of 268.11º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF7BEA is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 123 234 -
CMYK 0.25 0.47 0 0.08
HSL 268.11º 0.73% 0.7% -
HSV(B) 268.11º 0.47% 0.92% -
XYZ 39.61 29.22 81.39 -
YUV 151.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 175 123 234 0.25 0.47 0 0.08 268.11 0.73 0.7
Hex AF 7B EA 19 2F 0 8 10C 49 46
Octal 257 173 352 31 57 0 10 414 111 106
Binary 10101111 1111011 11101010 11001 101111 0 1000 100001100 1001001 1000110

Color Harmonies of #AF7BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BEA

Black with #AF7BEA

Text Example


Text Example

White with #AF7BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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