Html Css Color HEX #AF7BFF Medium Purple

📋 copy color: '#AF7BFF'

red 175 ◦ green 123 ◦ blue 255

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

Shades of Medium Purple #AF7BFF

Tints of Medium Purple #AF7BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.11%

R = 31.65%
G = 22.24%
B = 46.11%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF7BFF (or 0xAF7BFF) is known color: Medium Purple. HEX triplet: AF, 7B and FF. RGB value is (175,123,255). Sum of RGB (Red+Green+Blue) = 175+123+255=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF7BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7BFF is #508400. Grayscale: #999999. Windows color (decimal): -5276673 or 16743343. OLE color: 16743343.

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

Color convert

RGB 175 123 255 -
CMYK 0.31 0.52 0 0
HSL 263.64º 1% 0.74% -
HSV(B) 263.64º 0.52% 1% -
XYZ 42.81 30.5 98.24 -
YUV 153.6 185.23 143.27 -
System Red Green Blue C M Y K H S L
Decimal 175 123 255 0.31 0.52 0 0 263.64 1 0.74
Hex AF 7B FF 1F 34 0 0 108 64 4A
Octal 257 173 377 37 64 0 0 410 144 112
Binary 10101111 1111011 11111111 11111 110100 0 0 100001000 1100100 1001010

Color Harmonies of #AF7BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BFF

Black with #AF7BFF

Text Example


Text Example

White with #AF7BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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