Html Css Color HEX #AF7BFB Medium Purple

📋 copy color: '#AF7BFB'

red 175 ◦ green 123 ◦ blue 251

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

Shades of Medium Purple #AF7BFB

Tints of Medium Purple #AF7BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.72%

R = 31.88%
G = 22.4%
B = 45.72%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF7BFB (or 0xAF7BFB) is known color: Medium Purple. HEX triplet: AF, 7B and FB. RGB value is (175,123,251). Sum of RGB (Red+Green+Blue) = 175+123+251=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF7BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7BFB is #508404. Grayscale: #989898. Windows color (decimal): -5276677 or 16481199. OLE color: 16481199.

HSL color Cylindrical-coordinate representation of color #AF7BFB: hue angle of 264.38º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF7BFB is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 123 251 -
CMYK 0.30 0.51 0 0.02
HSL 264.38º 0.94% 0.73% -
HSV(B) 264.38º 0.51% 0.98% -
XYZ 42.17 30.24 94.88 -
YUV 153.14 183.23 143.59 -
System Red Green Blue C M Y K H S L
Decimal 175 123 251 0.30 0.51 0 0.02 264.38 0.94 0.73
Hex AF 7B FB 1E 33 0 2 108 5E 49
Octal 257 173 373 36 63 0 2 410 136 111
Binary 10101111 1111011 11111011 11110 110011 0 10 100001000 1011110 1001001

Color Harmonies of #AF7BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BFB

Black with #AF7BFB

Text Example


Text Example

White with #AF7BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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