Html Css Color HEX #AF65EF Medium Purple

📋 copy color: '#AF65EF'

red 175 ◦ green 101 ◦ blue 239

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

Shades of Medium Purple #AF65EF

Tints of Medium Purple #AF65EF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.61%

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

R = 33.98%
G = 19.61%
B = 46.41%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF65EF (or 0xAF65EF) is known color: Medium Purple. HEX triplet: AF, 65 and EF. RGB value is (175,101,239). Sum of RGB (Red+Green+Blue) = 175+101+239=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF65EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF65EF is #509A10. Grayscale: #8A8A8A. Windows color (decimal): -5282321 or 15689135. OLE color: 15689135.

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

Color convert

RGB 175 101 239 -
CMYK 0.27 0.58 0 0.06
HSL 272.17º 0.81% 0.67% -
HSV(B) 272.17º 0.58% 0.94% -
XYZ 37.91 24.65 84.42 -
YUV 138.86 184.52 153.78 -
System Red Green Blue C M Y K H S L
Decimal 175 101 239 0.27 0.58 0 0.06 272.17 0.81 0.67
Hex AF 65 EF 1B 3A 0 6 110 51 43
Octal 257 145 357 33 72 0 6 420 121 103
Binary 10101111 1100101 11101111 11011 111010 0 110 100010000 1010001 1000011

Color Harmonies of #AF65EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF65EF

Black with #AF65EF

Text Example


Text Example

White with #AF65EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF65EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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