Html Css Color HEX #AF65FD Medium Purple

📋 copy color: '#AF65FD'

red 175 ◦ green 101 ◦ blue 253

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

Shades of Medium Purple #AF65FD

Tints of Medium Purple #AF65FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.83%

R = 33.08%
G = 19.09%
B = 47.83%

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

#AF65FD (or 0xAF65FD) is known color: Medium Purple. HEX triplet: AF, 65 and FD. RGB value is (175,101,253). Sum of RGB (Red+Green+Blue) = 175+101+253=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF65FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF65FD is #509A02. Grayscale: #8B8B8B. Windows color (decimal): -5282307 or 16606639. OLE color: 16606639.

HSL color Cylindrical-coordinate representation of color #AF65FD: hue angle of 269.21º degrees, saturation: 0.97, 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 #AF65FD is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 101 253 -
CMYK 0.31 0.60 0 0.01
HSL 269.21º 0.97% 0.69% -
HSV(B) 269.21º 0.6% 0.99% -
XYZ 40.06 25.51 95.74 -
YUV 140.45 191.52 152.64 -
System Red Green Blue C M Y K H S L
Decimal 175 101 253 0.31 0.60 0 0.01 269.21 0.97 0.69
Hex AF 65 FD 1F 3C 0 1 10D 61 45
Octal 257 145 375 37 74 0 1 415 141 105
Binary 10101111 1100101 11111101 11111 111100 0 1 100001101 1100001 1000101

Color Harmonies of #AF65FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF65FD

Black with #AF65FD

Text Example


Text Example

White with #AF65FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF65FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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