Html Css Color HEX #AF65F6 Medium Purple

📋 copy color: '#AF65F6'

red 175 ◦ green 101 ◦ blue 246

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

Shades of Medium Purple #AF65F6

Tints of Medium Purple #AF65F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.13%

R = 33.52%
G = 19.35%
B = 47.13%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF65F6 (or 0xAF65F6) is known color: Medium Purple. HEX triplet: AF, 65 and F6. RGB value is (175,101,246). Sum of RGB (Red+Green+Blue) = 175+101+246=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF65F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF65F6 is #509A09. Grayscale: #8B8B8B. Windows color (decimal): -5282314 or 16147887. OLE color: 16147887.

HSL color Cylindrical-coordinate representation of color #AF65F6: hue angle of 270.62º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF65F6 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 101 246 -
CMYK 0.29 0.59 0 0.04
HSL 270.62º 0.89% 0.68% -
HSV(B) 270.62º 0.59% 0.96% -
XYZ 38.97 25.08 89.97 -
YUV 139.66 188.02 153.21 -
System Red Green Blue C M Y K H S L
Decimal 175 101 246 0.29 0.59 0 0.04 270.62 0.89 0.68
Hex AF 65 F6 1D 3B 0 4 10F 59 44
Octal 257 145 366 35 73 0 4 417 131 104
Binary 10101111 1100101 11110110 11101 111011 0 100 100001111 1011001 1000100

Color Harmonies of #AF65F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF65F6

Black with #AF65F6

Text Example


Text Example

White with #AF65F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF65F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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