Html Css Color HEX #AF7BFE Medium Purple

📋 copy color: '#AF7BFE'

red 175 ◦ green 123 ◦ blue 254

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

Shades of Medium Purple #AF7BFE

Tints of Medium Purple #AF7BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.01%

R = 31.7%
G = 22.28%
B = 46.01%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF7BFE (or 0xAF7BFE) is known color: Medium Purple. HEX triplet: AF, 7B and FE. RGB value is (175,123,254). Sum of RGB (Red+Green+Blue) = 175+123+254=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF7BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7BFE is #508401. Grayscale: #999999. Windows color (decimal): -5276674 or 16677807. OLE color: 16677807.

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

Color convert

RGB 175 123 254 -
CMYK 0.31 0.52 0 0.00
HSL 263.82º 0.98% 0.74% -
HSV(B) 263.82º 0.52% 1% -
XYZ 42.65 30.44 97.39 -
YUV 153.48 184.73 143.35 -
System Red Green Blue C M Y K H S L
Decimal 175 123 254 0.31 0.52 0 0.00 263.82 0.98 0.74
Hex AF 7B FE 1F 34 0 0 108 62 4A
Octal 257 173 376 37 64 0 0 410 142 112
Binary 10101111 1111011 11111110 11111 110100 0 0 100001000 1100010 1001010

Color Harmonies of #AF7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BFE

Black with #AF7BFE

Text Example


Text Example

White with #AF7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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