Html Css Color HEX #AF7BFC Medium Purple

📋 copy color: '#AF7BFC'

red 175 ◦ green 123 ◦ blue 252

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

Shades of Medium Purple #AF7BFC

Tints of Medium Purple #AF7BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.82%

R = 31.82%
G = 22.36%
B = 45.82%

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

#AF7BFC (or 0xAF7BFC) is known color: Medium Purple. HEX triplet: AF, 7B and FC. RGB value is (175,123,252). Sum of RGB (Red+Green+Blue) = 175+123+252=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF7BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7BFC is #508403. Grayscale: #989898. Windows color (decimal): -5276676 or 16546735. OLE color: 16546735.

HSL color Cylindrical-coordinate representation of color #AF7BFC: hue angle of 264.19º degrees, saturation: 0.96, 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 #AF7BFC is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 123 252 -
CMYK 0.31 0.51 0 0.01
HSL 264.19º 0.96% 0.74% -
HSV(B) 264.19º 0.51% 0.99% -
XYZ 42.33 30.31 95.71 -
YUV 153.25 183.73 143.51 -
System Red Green Blue C M Y K H S L
Decimal 175 123 252 0.31 0.51 0 0.01 264.19 0.96 0.74
Hex AF 7B FC 1F 33 0 1 108 60 4A
Octal 257 173 374 37 63 0 1 410 140 112
Binary 10101111 1111011 11111100 11111 110011 0 1 100001000 1100000 1001010

Color Harmonies of #AF7BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BFC

Black with #AF7BFC

Text Example


Text Example

White with #AF7BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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