Html Css Color HEX #AF67FC Medium Purple

📋 copy color: '#AF67FC'

red 175 ◦ green 103 ◦ blue 252

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

Shades of Medium Purple #AF67FC

Tints of Medium Purple #AF67FC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.43%

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

R = 33.02%
G = 19.43%
B = 47.55%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF67FC (or 0xAF67FC) is known color: Medium Purple. HEX triplet: AF, 67 and FC. RGB value is (175,103,252). Sum of RGB (Red+Green+Blue) = 175+103+252=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF67FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF67FC is #509803. Grayscale: #8C8C8C. Windows color (decimal): -5281796 or 16541615. OLE color: 16541615.

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

Color convert

RGB 175 103 252 -
CMYK 0.31 0.59 0 0.01
HSL 268.99º 0.96% 0.7% -
HSV(B) 268.99º 0.59% 0.99% -
XYZ 40.1 25.84 94.97 -
YUV 141.51 190.35 151.88 -
System Red Green Blue C M Y K H S L
Decimal 175 103 252 0.31 0.59 0 0.01 268.99 0.96 0.7
Hex AF 67 FC 1F 3B 0 1 10D 60 46
Octal 257 147 374 37 73 0 1 415 140 106
Binary 10101111 1100111 11111100 11111 111011 0 1 100001101 1100000 1000110

Color Harmonies of #AF67FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF67FC

Black with #AF67FC

Text Example


Text Example

White with #AF67FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF67FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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