Html Css Color HEX #AF7CEA Medium Purple

📋 copy color: '#AF7CEA'

red 175 ◦ green 124 ◦ blue 234

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

Shades of Medium Purple #AF7CEA

Tints of Medium Purple #AF7CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.26%

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

R = 32.83%
G = 23.26%
B = 43.9%

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

#AF7CEA (or 0xAF7CEA) is known color: Medium Purple. HEX triplet: AF, 7C and EA. RGB value is (175,124,234). Sum of RGB (Red+Green+Blue) = 175+124+234=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF7CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7CEA is #508315. Grayscale: #979797. Windows color (decimal): -5276438 or 15367343. OLE color: 15367343.

HSL color Cylindrical-coordinate representation of color #AF7CEA: hue angle of 267.82º degrees, saturation: 0.72, 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 #AF7CEA is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 124 234 -
CMYK 0.25 0.47 0 0.08
HSL 267.82º 0.72% 0.7% -
HSV(B) 267.82º 0.47% 0.92% -
XYZ 39.74 29.47 81.44 -
YUV 151.79 174.4 144.56 -
System Red Green Blue C M Y K H S L
Decimal 175 124 234 0.25 0.47 0 0.08 267.82 0.72 0.7
Hex AF 7C EA 19 2F 0 8 10C 48 46
Octal 257 174 352 31 57 0 10 414 110 106
Binary 10101111 1111100 11101010 11001 101111 0 1000 100001100 1001000 1000110

Color Harmonies of #AF7CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CEA

Black with #AF7CEA

Text Example


Text Example

White with #AF7CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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