Html Css Color HEX #AF65FC Medium Purple

📋 copy color: '#AF65FC'

red 175 ◦ green 101 ◦ blue 252

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

Shades of Medium Purple #AF65FC

Tints of Medium Purple #AF65FC

RGB

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

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

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

R = 33.14%
G = 19.13%
B = 47.73%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF65FC (or 0xAF65FC) is known color: Medium Purple. HEX triplet: AF, 65 and FC. RGB value is (175,101,252). Sum of RGB (Red+Green+Blue) = 175+101+252=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF65FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF65FC is #509A03. Grayscale: #8B8B8B. Windows color (decimal): -5282308 or 16541103. OLE color: 16541103.

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

Color convert

RGB 175 101 252 -
CMYK 0.31 0.60 0 0.01
HSL 269.4º 0.96% 0.69% -
HSV(B) 269.4º 0.6% 0.99% -
XYZ 39.9 25.45 94.9 -
YUV 140.34 191.02 152.72 -
System Red Green Blue C M Y K H S L
Decimal 175 101 252 0.31 0.60 0 0.01 269.4 0.96 0.69
Hex AF 65 FC 1F 3C 0 1 10D 60 45
Octal 257 145 374 37 74 0 1 415 140 105
Binary 10101111 1100101 11111100 11111 111100 0 1 100001101 1100000 1000101

Color Harmonies of #AF65FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF65FC

Black with #AF65FC

Text Example


Text Example

White with #AF65FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF65FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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