Html Css Color HEX #AF7BFA Medium Purple

📋 copy color: '#AF7BFA'

red 175 ◦ green 123 ◦ blue 250

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

Shades of Medium Purple #AF7BFA

Tints of Medium Purple #AF7BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.62%

R = 31.93%
G = 22.45%
B = 45.62%

CMYK

 C value IS 0.3

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF7BFA (or 0xAF7BFA) is known color: Medium Purple. HEX triplet: AF, 7B and FA. RGB value is (175,123,250). Sum of RGB (Red+Green+Blue) = 175+123+250=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF7BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7BFA is #508405. Grayscale: #989898. Windows color (decimal): -5276678 or 16415663. OLE color: 16415663.

HSL color Cylindrical-coordinate representation of color #AF7BFA: hue angle of 264.57º degrees, saturation: 0.93, 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 #AF7BFA is Cyan = 0.3, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 123 250 -
CMYK 0.3 0.51 0 0.02
HSL 264.57º 0.93% 0.73% -
HSV(B) 264.57º 0.51% 0.98% -
XYZ 42.02 30.18 94.05 -
YUV 153.03 182.73 143.67 -
System Red Green Blue C M Y K H S L
Decimal 175 123 250 0.3 0.51 0 0.02 264.57 0.93 0.73
Hex AF 7B FA 1E 33 0 2 109 5D 49
Octal 257 173 372 36 63 0 2 411 135 111
Binary 10101111 1111011 11111010 11110 110011 0 10 100001001 1011101 1001001

Color Harmonies of #AF7BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BFA

Black with #AF7BFA

Text Example


Text Example

White with #AF7BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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