Html Css Color HEX #AF7CFD Medium Purple

📋 copy color: '#AF7CFD'

red 175 ◦ green 124 ◦ blue 253

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

Shades of Medium Purple #AF7CFD

Tints of Medium Purple #AF7CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 31.7%
G = 22.46%
B = 45.83%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF7CFD (or 0xAF7CFD) is known color: Medium Purple. HEX triplet: AF, 7C and FD. RGB value is (175,124,253). Sum of RGB (Red+Green+Blue) = 175+124+253=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF7CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7CFD is #508302. Grayscale: #999999. Windows color (decimal): -5276419 or 16612527. OLE color: 16612527.

HSL color Cylindrical-coordinate representation of color #AF7CFD: hue angle of 263.72º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF7CFD is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 124 253 -
CMYK 0.31 0.51 0 0.01
HSL 263.72º 0.97% 0.74% -
HSV(B) 263.72º 0.51% 0.99% -
XYZ 42.62 30.62 96.59 -
YUV 153.96 183.9 143.01 -
System Red Green Blue C M Y K H S L
Decimal 175 124 253 0.31 0.51 0 0.01 263.72 0.97 0.74
Hex AF 7C FD 1F 33 0 1 108 61 4A
Octal 257 174 375 37 63 0 1 410 141 112
Binary 10101111 1111100 11111101 11111 110011 0 1 100001000 1100001 1001010

Color Harmonies of #AF7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CFD

Black with #AF7CFD

Text Example


Text Example

White with #AF7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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