Html Css Color HEX #AF69FF Medium Purple

📋 copy color: '#AF69FF'

red 175 ◦ green 105 ◦ blue 255

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

Shades of Medium Purple #AF69FF

Tints of Medium Purple #AF69FF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.63%

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

R = 32.71%
G = 19.63%
B = 47.66%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF69FF (or 0xAF69FF) is known color: Medium Purple. HEX triplet: AF, 69 and FF. RGB value is (175,105,255). Sum of RGB (Red+Green+Blue) = 175+105+255=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF69FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF69FF is #509600. Grayscale: #8E8E8E. Windows color (decimal): -5281281 or 16738735. OLE color: 16738735.

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

Color convert

RGB 175 105 255 -
CMYK 0.31 0.59 0 0
HSL 268º 1% 0.71% -
HSV(B) 268º 0.59% 1% -
XYZ 40.78 26.44 97.56 -
YUV 143.03 191.19 150.8 -
System Red Green Blue C M Y K H S L
Decimal 175 105 255 0.31 0.59 0 0 268 1 0.71
Hex AF 69 FF 1F 3B 0 0 10C 64 47
Octal 257 151 377 37 73 0 0 414 144 107
Binary 10101111 1101001 11111111 11111 111011 0 0 100001100 1100100 1000111

Color Harmonies of #AF69FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69FF

Black with #AF69FF

Text Example


Text Example

White with #AF69FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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