Html Css Color HEX #AF5FFC Medium Purple

📋 copy color: '#AF5FFC'

red 175 ◦ green 95 ◦ blue 252

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

Shades of Medium Purple #AF5FFC

Tints of Medium Purple #AF5FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.2%

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

R = 33.52%
G = 18.2%
B = 48.28%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF5FFC (or 0xAF5FFC) is known color: Medium Purple. HEX triplet: AF, 5F and FC. RGB value is (175,95,252). Sum of RGB (Red+Green+Blue) = 175+95+252=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF5FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5FFC is #50A003. Grayscale: #888888. Windows color (decimal): -5283844 or 16539567. OLE color: 16539567.

HSL color Cylindrical-coordinate representation of color #AF5FFC: hue angle of 270.57º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF5FFC is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 95 252 -
CMYK 0.31 0.62 0 0.01
HSL 270.57º 0.96% 0.68% -
HSV(B) 270.57º 0.62% 0.99% -
XYZ 39.34 24.33 94.72 -
YUV 136.82 193 155.23 -
System Red Green Blue C M Y K H S L
Decimal 175 95 252 0.31 0.62 0 0.01 270.57 0.96 0.68
Hex AF 5F FC 1F 3E 0 1 10F 60 44
Octal 257 137 374 37 76 0 1 417 140 104
Binary 10101111 1011111 11111100 11111 111110 0 1 100001111 1100000 1000100

Color Harmonies of #AF5FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FFC

Black with #AF5FFC

Text Example


Text Example

White with #AF5FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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