Html Css Color HEX #AF66FC Medium Purple

📋 copy color: '#AF66FC'

red 175 ◦ green 102 ◦ blue 252

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

Shades of Medium Purple #AF66FC

Tints of Medium Purple #AF66FC

RGB

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

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

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

R = 33.08%
G = 19.28%
B = 47.64%

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

#AF66FC (or 0xAF66FC) is known color: Medium Purple. HEX triplet: AF, 66 and FC. RGB value is (175,102,252). Sum of RGB (Red+Green+Blue) = 175+102+252=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF66FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66FC is #509903. Grayscale: #8C8C8C. Windows color (decimal): -5282052 or 16541359. OLE color: 16541359.

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

Color convert

RGB 175 102 252 -
CMYK 0.31 0.60 0 0.01
HSL 269.2º 0.96% 0.69% -
HSV(B) 269.2º 0.6% 0.99% -
XYZ 40 25.64 94.94 -
YUV 140.93 190.68 152.3 -
System Red Green Blue C M Y K H S L
Decimal 175 102 252 0.31 0.60 0 0.01 269.2 0.96 0.69
Hex AF 66 FC 1F 3C 0 1 10D 60 45
Octal 257 146 374 37 74 0 1 415 140 105
Binary 10101111 1100110 11111100 11111 111100 0 1 100001101 1100000 1000101

Color Harmonies of #AF66FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66FC

Black with #AF66FC

Text Example


Text Example

White with #AF66FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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