Html Css Color HEX #AF7CF2 Medium Purple

📋 copy color: '#AF7CF2'

red 175 ◦ green 124 ◦ blue 242

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

Shades of Medium Purple #AF7CF2

Tints of Medium Purple #AF7CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.73%

R = 32.35%
G = 22.92%
B = 44.73%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF7CF2 (or 0xAF7CF2) is known color: Medium Purple. HEX triplet: AF, 7C and F2. RGB value is (175,124,242). Sum of RGB (Red+Green+Blue) = 175+124+242=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF7CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7CF2 is #50830D. Grayscale: #989898. Windows color (decimal): -5276430 or 15891631. OLE color: 15891631.

HSL color Cylindrical-coordinate representation of color #AF7CF2: hue angle of 265.93º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF7CF2 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 124 242 -
CMYK 0.28 0.49 0 0.05
HSL 265.93º 0.82% 0.72% -
HSV(B) 265.93º 0.49% 0.95% -
XYZ 40.91 29.94 87.63 -
YUV 152.7 178.4 143.91 -
System Red Green Blue C M Y K H S L
Decimal 175 124 242 0.28 0.49 0 0.05 265.93 0.82 0.72
Hex AF 7C F2 1C 31 0 5 10A 52 48
Octal 257 174 362 34 61 0 5 412 122 110
Binary 10101111 1111100 11110010 11100 110001 0 101 100001010 1010010 1001000

Color Harmonies of #AF7CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CF2

Black with #AF7CF2

Text Example


Text Example

White with #AF7CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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