Html Css Color HEX #AF69EF Medium Purple

📋 copy color: '#AF69EF'

red 175 ◦ green 105 ◦ blue 239

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

Shades of Medium Purple #AF69EF

Tints of Medium Purple #AF69EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.05%

R = 33.72%
G = 20.23%
B = 46.05%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF69EF (or 0xAF69EF) is known color: Medium Purple. HEX triplet: AF, 69 and EF. RGB value is (175,105,239). Sum of RGB (Red+Green+Blue) = 175+105+239=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF69EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF69EF is #509610. Grayscale: #8C8C8C. Windows color (decimal): -5281297 or 15690159. OLE color: 15690159.

HSL color Cylindrical-coordinate representation of color #AF69EF: hue angle of 271.34º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF69EF is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 105 239 -
CMYK 0.27 0.56 0 0.06
HSL 271.34º 0.81% 0.67% -
HSV(B) 271.34º 0.56% 0.94% -
XYZ 38.31 25.45 84.55 -
YUV 141.21 183.19 152.1 -
System Red Green Blue C M Y K H S L
Decimal 175 105 239 0.27 0.56 0 0.06 271.34 0.81 0.67
Hex AF 69 EF 1B 38 0 6 10F 51 43
Octal 257 151 357 33 70 0 6 417 121 103
Binary 10101111 1101001 11101111 11011 111000 0 110 100001111 1010001 1000011

Color Harmonies of #AF69EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69EF

Black with #AF69EF

Text Example


Text Example

White with #AF69EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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