Html Css Color HEX #AF66FD Medium Purple

📋 copy color: '#AF66FD'

red 175 ◦ green 102 ◦ blue 253

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

Shades of Medium Purple #AF66FD

Tints of Medium Purple #AF66FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.25%

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

R = 33.02%
G = 19.25%
B = 47.74%

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

#AF66FD (or 0xAF66FD) is known color: Medium Purple. HEX triplet: AF, 66 and FD. RGB value is (175,102,253). Sum of RGB (Red+Green+Blue) = 175+102+253=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF66FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66FD is #509902. Grayscale: #8C8C8C. Windows color (decimal): -5282051 or 16606895. OLE color: 16606895.

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

Color convert

RGB 175 102 253 -
CMYK 0.31 0.60 0 0.01
HSL 269.01º 0.97% 0.7% -
HSV(B) 269.01º 0.6% 0.99% -
XYZ 40.16 25.71 95.77 -
YUV 141.04 191.18 152.22 -
System Red Green Blue C M Y K H S L
Decimal 175 102 253 0.31 0.60 0 0.01 269.01 0.97 0.7
Hex AF 66 FD 1F 3C 0 1 10D 61 46
Octal 257 146 375 37 74 0 1 415 141 106
Binary 10101111 1100110 11111101 11111 111100 0 1 100001101 1100001 1000110

Color Harmonies of #AF66FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66FD

Black with #AF66FD

Text Example


Text Example

White with #AF66FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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